Searched refs:isInstalled (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/networkstatus/
H A DNetworkStatus.cpp114 bool isInstalled = false; local
123 isInstalled = deskbar.HasItem(kDeskbarItemName);
127 if (isInstalled) {
155 if (isDeskbarRunning && !isInstalled) {
/haiku/src/apps/powerstatus/
H A DPowerStatus.cpp104 bool isInstalled = false; local
125 isInstalled = deskbar.HasItem(kDeskbarItemName);
128 if (isDeskbarRunning && !isInstalled) {
/haiku/headers/os/package/solver/
H A DSolverRepository.h52 void SetInstalled(bool isInstalled);
/haiku/headers/private/package/manager/
H A DRepositoryBuilder.h60 bool isInstalled = false);
/haiku/src/kits/package/solver/
H A DSolverRepository.cpp217 BSolverRepository::SetInstalled(bool isInstalled) argument
219 fIsInstalled = isInstalled;
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp243 BRepositoryBuilder::AddToSolver(BSolver* solver, bool isInstalled) argument
245 fRepository.SetInstalled(isInstalled);

Completed in 48 milliseconds