Home
last modified time | relevance | path

Searched refs:MODULE_UPDATE_SERVICE_ID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dmodule_update_load_callback.cpp30 if (systemAbilityId != MODULE_UPDATE_SERVICE_ID) { in OnLoadSystemAbilitySuccess()
44 if (systemAbilityId != MODULE_UPDATE_SERVICE_ID) { in OnLoadSystemAbilityFail()
H A Dmodule_update_kits_impl.cpp72 sptr<IRemoteObject> object = samgr->GetSystemAbility(MODULE_UPDATE_SERVICE_ID); in GetService()
164 int32_t result = sm->LoadSystemAbility(MODULE_UPDATE_SERVICE_ID, loadCallback_); in Init()
166 LOG(ERROR) << "systemAbilityId " << MODULE_UPDATE_SERVICE_ID << in Init()
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_service.cpp45 REGISTER_SYSTEM_ABILITY_BY_ID(ModuleUpdateService, MODULE_UPDATE_SERVICE_ID, false)
94 if (sm->UnloadSystemAbility(MODULE_UPDATE_SERVICE_ID) != 0) { in ExitModuleUpdate()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h265 MODULE_UPDATE_SERVICE_ID = 4103, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs256 pub const MODULE_UPDATE_SERVICE_ID: i32 = 4103; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp164 { MODULE_UPDATE_SERVICE_ID, "ModuleUpdateService" },