Home
last modified time | relevance | path

Searched refs:systemMgr (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_ipc_skeleton.cpp32 sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in DebugGetUidByBundleName() local
33 if (systemMgr == nullptr) { in DebugGetUidByBundleName()
37 sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in DebugGetUidByBundleName()
/foundation/ability/form_fwk/services/src/
H A Dform_ability_connection_reporter.cpp100 sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetAppMgr() local
101 if (systemMgr == nullptr) { in GetAppMgr()
105 sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr()
H A Dform_ability_connection.cpp126 sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetAppMgr() local
127 if (systemMgr == nullptr) { in GetAppMgr()
131 sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_manager_unit_test.cpp67 sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetUidByBundleName() local
68 if (systemMgr == nullptr) { in GetUidByBundleName()
72 sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetUidByBundleName()
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dbg_transient_task_mgr.cpp125 sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetBundleNamesForUid() local
126 if (systemMgr == nullptr) { in GetBundleNamesForUid()
131 sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleNamesForUid()

Completed in 4 milliseconds