Searched refs:systemMgr (Results 1 – 9 of 9) sorted by relevance
32 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in DebugGetUidByBundleName() local33 if (systemMgr == nullptr) { in DebugGetUidByBundleName()37 … sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in DebugGetUidByBundleName()
101 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… variable102 ASSERT_NE(systemMgr, nullptr);103 sptr<IRemoteObject> abms = systemMgr->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN);
100 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in GetAppMgr() local101 if (systemMgr == nullptr) { in GetAppMgr()105 sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr()
126 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in GetAppMgr() local127 if (systemMgr == nullptr) { in GetAppMgr()131 sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr()
60 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in GetAccountMgr() local61 if (systemMgr == nullptr) { in GetAccountMgr()65 … sptr<IRemoteObject> accountObj = systemMgr->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN); in GetAccountMgr()
188 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in TestWatchProxy() local189 EXPECT_NE(systemMgr, nullptr); in TestWatchProxy()190 … sptr<IRemoteObject> remoteObj = systemMgr->GetSystemAbility(PARAM_WATCHER_DISTRIBUTED_SERVICE_ID); in TestWatchProxy()
67 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in GetUidByBundleName() local68 if (systemMgr == nullptr) { in GetUidByBundleName()72 … sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetUidByBundleName()
125 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… in GetBundleNamesForUid() local126 if (systemMgr == nullptr) { in GetBundleNamesForUid()131 … sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleNamesForUid()
1028 …sptr<ISystemAbilityManager> systemMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbility… variable1029 ASSERT_NE(systemMgr, nullptr);1030 … sptr<IRemoteObject> accountObj = systemMgr->GetSystemAbility(SUBSYS_ACCOUNT_SYS_ABILITY_ID_BEGIN);