Searched refs:SetDebugLevel (Results 1 - 13 of 13) sorted by relevance

/haiku/src/bin/pkgman/
H A DCommonOptions.h25 void SetDebugLevel(int level) function in class:CommonOptions
H A Dcommand_uninstall.cpp102 packageManager.SetDebugLevel(fCommonOptions.DebugLevel());
H A Dcommand_update.cpp103 packageManager.SetDebugLevel(fCommonOptions.DebugLevel());
H A Dcommand_full_sync.cpp101 packageManager.SetDebugLevel(fCommonOptions.DebugLevel());
H A Dcommand_info.cpp82 packageManager.SetDebugLevel(fCommonOptions.DebugLevel());
H A Dcommand_install.cpp110 packageManager.SetDebugLevel(fCommonOptions.DebugLevel());
H A Dcommand_resolve_dependencies.cpp173 solver->SetDebugLevel(fCommonOptions.DebugLevel());
H A Dcommand_search.cpp223 packageManager.SetDebugLevel(fCommonOptions.DebugLevel());
/haiku/headers/os/package/solver/
H A DSolver.h50 virtual void SetDebugLevel(int32 level) = 0;
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.h35 virtual void SetDebugLevel(int32 level);
H A DLibsolvSolver.cpp208 LibsolvSolver::SetDebugLevel(int32 level) function in class:LibsolvSolver
/haiku/headers/private/package/manager/
H A DPackageManager.h78 void SetDebugLevel(int32 level);
/haiku/src/kits/package/manager/
H A DPackageManager.cpp104 fSolver->SetDebugLevel(fDebugLevel);
150 BPackageManager::SetDebugLevel(int32 level) function in class:BPackageKit::BManager::BPrivate::BPackageManager
155 fSolver->SetDebugLevel(fDebugLevel);

Completed in 112 milliseconds