Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dsys_installer_load_callback.cpp30 if (systemAbilityId != SYS_INSTALLER_DISTRIBUTED_SERVICE_ID) { in OnLoadSystemAbilitySuccess()
44 if (systemAbilityId != SYS_INSTALLER_DISTRIBUTED_SERVICE_ID) { in OnLoadSystemAbilityFail()
H A Dsys_installer_kits_impl.cpp72 sptr<IRemoteObject> object = samgr->GetSystemAbility(SYS_INSTALLER_DISTRIBUTED_SERVICE_ID); in GetService()
120 int32_t result = sm->LoadSystemAbility(SYS_INSTALLER_DISTRIBUTED_SERVICE_ID, loadCallback_); in Init()
122 LOG(ERROR) << "systemAbilityId " << SYS_INSTALLER_DISTRIBUTED_SERVICE_ID << in Init()
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dsys_installer_server.cpp26 REGISTER_SYSTEM_ABILITY_BY_ID(SysInstallerServer, SYS_INSTALLER_DISTRIBUTED_SERVICE_ID, false)
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h263 SYS_INSTALLER_DISTRIBUTED_SERVICE_ID = 4101, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs254 pub const SYS_INSTALLER_DISTRIBUTED_SERVICE_ID: i32 = 4101; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp163 { SYS_INSTALLER_DISTRIBUTED_SERVICE_ID, "SysInstallerService" },