Searched refs:sysMgr (Results 1 – 4 of 4) sorted by relevance
36 …sptr<ISystemAbilityManager> sysMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityMan… in Connect() local37 if (sysMgr == nullptr) { in Connect()41 sptr<IRemoteObject> remoteObject_ = sysMgr->CheckSystemAbility(POWER_MANAGER_BATT_SERVICE_ID); in Connect()
135 …sptr<ISystemAbilityManager> sysMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityMan… in IsCommonEventServiceReady() local136 if (!sysMgr) { in IsCommonEventServiceReady()140 sptr<IRemoteObject> remote = sysMgr->CheckSystemAbility(COMMON_EVENT_SERVICE_ID); in IsCommonEventServiceReady()
75 …sptr<ISystemAbilityManager> sysMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityMan… in IsCommonEventServiceAbilityExist() local76 if (!sysMgr) { in IsCommonEventServiceAbilityExist()81 sptr<IRemoteObject> remote = sysMgr->CheckSystemAbility(COMMON_EVENT_SERVICE_ID); in IsCommonEventServiceAbilityExist()
1341 …sptr<ISystemAbilityManager> sysMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityMan… in AddDevAuthServiceToManager() local1342 if (sysMgr == nullptr) { in AddDevAuthServiceToManager()1349 ret = sysMgr->AddSystemAbility(DEVICE_AUTH_SERVICE_ID, sPtr); in AddDevAuthServiceToManager()