Searched refs:systemManager (Results 1 – 4 of 4) sorted by relevance
45 auto systemManager = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in InitLightClient() local46 CHKPR(systemManager, MISC_NATIVE_SAM_ERR); in InitLightClient()49 miscdeviceProxy_ = iface_cast<IMiscdeviceService>(systemManager->GetSystemAbility( in InitLightClient()
308 auto systemManager = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in CheckSystemPermission() local309 if (systemManager == nullptr) { in CheckSystemPermission()313 auto bundleMgrSa = systemManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in CheckSystemPermission()362 auto systemManager = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in CheckAppInstalled() local363 if (systemManager == nullptr) { in CheckAppInstalled()367 auto bundleMgrSa = systemManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in CheckAppInstalled()
98 …sptr<ISystemAbilityManager> systemManager = SystemAbilityManagerClient::GetInstance().GetSystemAbi… in Connect() local99 if (systemManager == nullptr) { in Connect()103 sptr<IRemoteObject> remoteObj = systemManager->CheckSystemAbility(ABILITY_MGR_SERVICE_ID); in Connect()
521 auto systemManager = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in ConnectService() local522 if (systemManager == nullptr) { in ConnectService()526 …sptr<IRemoteObject> object = systemManager->GetSystemAbility(TELEPHONY_STATE_REGISTRY_SYS_ABILITY_… in ConnectService()