Home
last modified time | relevance | path

Searched refs:systemAbilityMgr (Results 1 – 19 of 19) sorted by relevance

/base/telephony/cellular_call/services/manager/src/
Dcellular_call_callback.cpp31 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in ClearCellularCallList() local
32 if (systemAbilityMgr == nullptr) { in ClearCellularCallList()
36 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in ClearCellularCallList()
47 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in SetReadyToCall() local
48 if (systemAbilityMgr == nullptr) { in SetReadyToCall()
52 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in SetReadyToCall()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp648 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in JudgeIsEmergencyPhoneNumber() local
649 ASSERT_TRUE(systemAbilityMgr != nullptr); in JudgeIsEmergencyPhoneNumber()
650 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in JudgeIsEmergencyPhoneNumber()
736 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); variable
737 ASSERT_TRUE(systemAbilityMgr != nullptr);
738 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID);
752 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); variable
753 ASSERT_TRUE(systemAbilityMgr != nullptr);
754 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID);
769 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); variable
[all …]
Dcs_test.h150 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in TestDialCallByCs() local
151 if (systemAbilityMgr == nullptr) { in TestDialCallByCs()
154 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in TestDialCallByCs()
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp308 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); variable
309 ASSERT_TRUE(systemAbilityMgr != nullptr);
310 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID);
326 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); variable
327 ASSERT_TRUE(systemAbilityMgr != nullptr);
328 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID);
662 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); variable
663 ASSERT_TRUE(systemAbilityMgr != nullptr);
664 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID);
699 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); variable
[all …]
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dsec_comp_manager.cpp257 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in ExitSaProcess() local
258 if (systemAbilityMgr == nullptr) { in ExitSaProcess()
262 int32_t ret = systemAbilityMgr->UnloadSystemAbility(SA_ID_SECURITY_COMPONENT_SERVICE); in ExitSaProcess()
287 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in ExitWhenAppMgrDied() local
288 if (systemAbilityMgr == nullptr) { in ExitWhenAppMgrDied()
292 int32_t ret = systemAbilityMgr->UnloadSystemAbility(SA_ID_SECURITY_COMPONENT_SERVICE); in ExitWhenAppMgrDied()
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
Dohos_resource_adapter_impl.cpp47 … auto systemAbilityMgr = OHOS::SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetBundleMgrProxy() local
48 if (!systemAbilityMgr) { in GetBundleMgrProxy()
52 auto remoteObject = systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxy()
/base/telephony/sms_mms/test/unittest/
Dsms_mms_test.cpp199 …sptr<ISystemAbilityManager> systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystem… in main() local
202 if ((systemAbilityMgr == nullptr) || in main()
203 … ((remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_SMS_MMS_SYS_ABILITY_ID)) == nullptr) || in main()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
Dapp_state_observer.cpp90 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in ExitSaAfterAllDlpManagerDie() local
91 if (systemAbilityMgr == nullptr) { in ExitSaAfterAllDlpManagerDie()
95 int32_t ret = systemAbilityMgr->UnloadSystemAbility(SA_ID_DLP_PERMISSION_SERVICE); in ExitSaAfterAllDlpManagerDie()
/base/telephony/sms_mms/test/gtest/
Dcdma_sms_gtest.cpp83 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetProxy() local
84 if (systemAbilityMgr == nullptr) { in GetProxy()
87 …sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_SMS_MMS_SYS_ABILITY_ID… in GetProxy()
Dmms_gtest.cpp95 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetProxy() local
96 if (systemAbilityMgr == nullptr) { in GetProxy()
99 …sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_SMS_MMS_SYS_ABILITY_ID… in GetProxy()
Dcb_gtest.cpp78 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetProxy() local
79 if (systemAbilityMgr == nullptr) { in GetProxy()
82 …sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_SMS_MMS_SYS_ABILITY_ID… in GetProxy()
Dsms_gtest.cpp93 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetProxy() local
94 if (systemAbilityMgr == nullptr) { in GetProxy()
97 …sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_SMS_MMS_SYS_ABILITY_ID… in GetProxy()
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.cpp250 auto systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); variable
251 ASSERT_TRUE(systemAbilityMgr != nullptr);
252 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_STATE_REGISTRY_SYS_ABILITY_ID);
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test_util.cpp58 …sptr<ISystemAbilityManager> systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystem… in GetProxy() local
59 if (systemAbilityMgr == nullptr) { in GetProxy()
64 …sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CORE_SERVICE_SYS_ABILI… in GetProxy()
Dzero_branch_test.cpp2419 …sptr<ISystemAbilityManager> systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystem… variable
2420 if (systemAbilityMgr == nullptr) {
2424 …sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CORE_SERVICE_SYS_ABILI…
2448 …sptr<ISystemAbilityManager> systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystem… variable
2449 if (systemAbilityMgr == nullptr) {
2453 sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_IMS_SYS_ABILITY_ID);
Dnetwork_search_test.cpp64 …sptr<ISystemAbilityManager> systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystem… in GetProxy() local
65 if (systemAbilityMgr == nullptr) { in GetProxy()
70 …sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CORE_SERVICE_SYS_ABILI… in GetProxy()
/base/telephony/core_service/services/network_search/test/
Dtest.cpp86 …sptr<ISystemAbilityManager> systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystem… in GetProxy() local
87 if (systemAbilityMgr == nullptr) { in GetProxy()
92 …sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CORE_SERVICE_SYS_ABILI… in GetProxy()
/base/telephony/core_service/services/sim/test/
Dtest.cpp278 …sptr<ISystemAbilityManager> systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystem… in GetProxy() local
279 if (systemAbilityMgr == nullptr) { in GetProxy()
284 …sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CORE_SERVICE_SYS_ABILI… in GetProxy()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
Dtel_ril_test_util.cpp116 …sptr<ISystemAbilityManager> systemAbilityMgr = SystemAbilityManagerClient::GetInstance().GetSystem… in GetProxy() local
117 if (systemAbilityMgr == nullptr) { in GetProxy()
121 …sptr<IRemoteObject> remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CORE_SERVICE_SYS_ABILI… in GetProxy()