Home
last modified time | relevance | path

Searched refs:saMgr (Results 1 - 8 of 8) sorted by relevance

/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_proxy.cpp60 auto saMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in ServiceRunning() local
61 if (saMgr == nullptr) { in ServiceRunning()
64 auto daSa = saMgr->GetSystemAbility(DEVICE_AUTH_SERVICE_ID); in ServiceRunning()
121 auto saMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetProxy() local
122 if (saMgr == nullptr) { in GetProxy()
126 auto daSa = saMgr->GetSystemAbility(DEVICE_AUTH_SERVICE_ID); in GetProxy()
/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_test.h167 auto saMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in TestDialCallBySatellite() local
168 if (saMgr == nullptr) { in TestDialCallBySatellite()
171 auto remote = saMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in TestDialCallBySatellite()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dusb_read_only_plugin.cpp178 auto saMgr = OHOS::SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetStorageManager() local
179 if (saMgr == nullptr) { in GetStorageManager()
180 EDMLOGE("UsbReadOnlyPlugin GetStorageManager:get saMgr fail"); in GetStorageManager()
183 sptr<IRemoteObject> obj = saMgr->GetSystemAbility(STORAGE_MANAGER_MANAGER_ID); in GetStorageManager()
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp261 auto saMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetAppMgr() local
262 CHKPP(saMgr); in GetAppMgr()
263 auto appMgrObj = saMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.h198 auto saMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in TestDialCallByIms() local
199 if (saMgr == nullptr) { in TestDialCallByIms()
202 auto remote = saMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in TestDialCallByIms()
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp214 auto saMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetImsaPid() local
216 int32_t ret = saMgr->GetSystemProcessInfo(INPUT_METHOD_SYSTEM_ABILITY_ID, info); in GetImsaPid()
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dstate_machine.cpp494 auto saMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetAppMgr() local
495 CHKPP(saMgr); in GetAppMgr()
496 auto appMgrObj = saMgr->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppMgr()
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp1351 auto saMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
1352 if (saMgr == nullptr) {
1353 IMSA_HILOGE("get saMgr failed!");
1356 if (saMgr->CheckSystemAbility(saId) == nullptr) {

Completed in 7 milliseconds