Home
last modified time | relevance | path

Searched refs:INSTALLD_SERVICE_ID (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_service.cpp42 InstalldService::InstalldService() : SystemAbility(INSTALLD_SERVICE_ID, true) in InstalldService()
113 if (!SystemAbilityHelper::AddSystemAbility(INSTALLD_SERVICE_ID, hostImpl_)) { in Start()
129 SystemAbilityHelper::RemoveSystemAbility(INSTALLD_SERVICE_ID); in Stop()
H A Dinstalld_client.cpp224 iface_cast<IInstalld>(SystemAbilityHelper::GetSystemAbility(INSTALLD_SERVICE_ID)); in GetInstalldProxy()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_load_callback.cpp27 if (systemAbilityId != INSTALLD_SERVICE_ID) { in OnLoadSystemAbilitySuccess()
42 if (systemAbilityId != INSTALLD_SERVICE_ID) { in OnLoadSystemAbilityFail()
H A Dinstalld_service.cpp43 REGISTER_SYSTEM_ABILITY_BY_ID(InstalldService, INSTALLD_SERVICE_ID, true);
50 InstalldService::InstalldService() : SystemAbility(INSTALLD_SERVICE_ID, true) in InstalldService()
135 SystemAbilityHelper::UnloadSystemAbility(INSTALLD_SERVICE_ID); in Stop()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h58 INSTALLD_SERVICE_ID = 511, enumerator
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp231 SystemAbilityHelper::UnloadSystemAbility(INSTALLD_SERVICE_ID); in ResetInstalldProxy()
251 auto ret = systemAbilityMgr->LoadSystemAbility(INSTALLD_SERVICE_ID, loadCallback); in LoadInstalldService()
253 APP_LOGE("Load system ability %{public}d failed with %{public}d", INSTALLD_SERVICE_ID, ret); in LoadInstalldService()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs52 pub const INSTALLD_SERVICE_ID: i32 = 511; consts
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp923 if (!SystemAbilityHelper::UnloadSystemAbility(INSTALLD_SERVICE_ID)) { in AddCloseInstalldTask()

Completed in 8 milliseconds