Home
last modified time | relevance | path

Searched refs:systemMgr (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_ipc_skeleton.cpp32 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in DebugGetUidByBundleName() local
33 if (systemMgr == nullptr) { in DebugGetUidByBundleName()
37 … sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in DebugGetUidByBundleName()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/common/ability_manager_adapter/
H A Dability_manager_adapter_test.cpp101 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… variable
102 ASSERT_NE(systemMgr, nullptr);
103 sptr<IRemoteObject> abms = systemMgr->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_ability_connection_reporter.cpp100 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… 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().GetSystemAbility… in GetAppMgr() local
127 if (systemMgr == nullptr) { in GetAppMgr()
131 sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H A Daccount_mgr_service_test.cpp60 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in GetAccountMgr() local
61 if (systemMgr == nullptr) { in GetAccountMgr()
65 … sptr<IRemoteObject> accountObj = systemMgr->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in GetAccountMgr()
/ohos5.0/base/startup/init/test/unittest/param/
H A Dwatcher_proxy_unittest.cpp188 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in TestWatchProxy() local
189 EXPECT_NE(systemMgr, nullptr); in TestWatchProxy()
190 … sptr<IRemoteObject> remoteObj = systemMgr->GetSystemAbility(PARAM_WATCHER_DISTRIBUTED_SERVICE_ID); in TestWatchProxy()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_manager_unit_test.cpp67 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in GetUidByBundleName() local
68 if (systemMgr == nullptr) { in GetUidByBundleName()
72 … sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetUidByBundleName()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dbg_transient_task_mgr.cpp125 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in GetBundleNamesForUid() local
126 if (systemMgr == nullptr) { in GetBundleNamesForUid()
131 … sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleNamesForUid()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp1028 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… variable
1029 ASSERT_NE(systemMgr, nullptr);
1030 … sptr<IRemoteObject> accountObj = systemMgr->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN);