Home
last modified time | relevance | path

Searched refs:smgr (Results 1 – 2 of 2) sorted by relevance

/base/location/frameworks/location_common/common/source/
Dcommon_utils.cpp314 …sptr<ISystemAbilityManager> smgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManag… in GetBundleNameByUid() local
315 if (smgr == nullptr) { in GetBundleNameByUid()
319 sptr<IRemoteObject> remoteObject = smgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleNameByUid()
/base/location/test/location_locator/source/
Dlocator_service_test.cpp1282 …sptr<ISystemAbilityManager> smgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManag… variable
1283 EXPECT_NE(nullptr, smgr);
1284 sptr<IRemoteObject> remoteObject = smgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);