/base/account/os_account/services/accountmgr/test/moduletest/common/ |
D | bundle_manager_adapter_module_test.cpp | 100 sptr<ISystemAbilityManager> systemAbilityManager = variable 102 ASSERT_NE(systemAbilityManager, nullptr); 103 …sptr<IRemoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABIL… 122 sptr<ISystemAbilityManager> systemAbilityManager = variable 124 ASSERT_NE(systemAbilityManager, nullptr); 125 …sptr<IRemoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABIL… 144 sptr<ISystemAbilityManager> systemAbilityManager = variable 146 ASSERT_NE(systemAbilityManager, nullptr); 147 …sptr<IRemoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABIL… 164 sptr<ISystemAbilityManager> systemAbilityManager = variable [all …]
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
D | input_method_ability_utils.cpp | 26 sptr<ISystemAbilityManager> systemAbilityManager = in GetImsaProxy() local 28 if (systemAbilityManager == nullptr) { in GetImsaProxy() 33 auto systemAbility = systemAbilityManager->GetSystemAbility(INPUT_METHOD_SYSTEM_ABILITY_ID, ""); in GetImsaProxy()
|
/base/notification/distributed_notification_service/test/systemtest/acts/ansDump/ |
D | ansDumpTest.cpp | 65 sptr<ISystemAbilityManager> systemAbilityManager = variable 67 EXPECT_NE(systemAbilityManager, nullptr); 70 systemAbilityManager->GetSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID);
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_interface.cpp | 260 auto systemAbilityManager = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in SendToStorageAccountCreate() local 261 if (!systemAbilityManager) { in SendToStorageAccountCreate() 268 auto remote = systemAbilityManager->CheckSystemAbility(STORAGE_MANAGER_MANAGER_ID); in SendToStorageAccountCreate() 302 auto systemAbilityManager = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in SendToStorageAccountRemove() local 303 if (!systemAbilityManager) { in SendToStorageAccountRemove() 310 auto remote = systemAbilityManager->GetSystemAbility(STORAGE_MANAGER_MANAGER_ID); in SendToStorageAccountRemove() 343 auto systemAbilityManager = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in SendToStorageAccountStart() local 344 if (!systemAbilityManager) { in SendToStorageAccountStart() 351 auto remote = systemAbilityManager->CheckSystemAbility(STORAGE_MANAGER_MANAGER_ID); in SendToStorageAccountStart() 392 auto systemAbilityManager = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in SendToStorageAccountStop() local [all …]
|
/base/customization/enterprise_device_management/services/edm/src/connection/ |
D | enterprise_conn_manager.cpp | 72 sptr<ISystemAbilityManager> systemAbilityManager = in GetAbilityMgrProxy() local 74 if (systemAbilityManager == nullptr) { in GetAbilityMgrProxy() 79 … sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(ABILITY_MGR_SERVICE_ID); in GetAbilityMgrProxy()
|
/base/request/request/services/service/rust/src/c_wrapper/source/ |
D | application_state_observer.cpp | 52 auto systemAbilityManager = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in RegisterAppStateChanged() local 53 if (systemAbilityManager == nullptr) { in RegisterAppStateChanged() 57 auto systemAbility = systemAbilityManager->GetSystemAbility(APP_MGR_SERVICE_ID); in RegisterAppStateChanged()
|
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/bms/src/ |
D | hks_bms_api_wrap.cpp | 43 sptr<ISystemAbilityManager> systemAbilityManager = in GetBundleMgrProxy() local 45 HKS_IF_NULL_LOGE_RETURN(systemAbilityManager, nullptr, "fail to get system ability mgr.") in GetBundleMgrProxy() 47 …sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_A… in GetBundleMgrProxy()
|
/base/notification/common_event_service/test/systemtest/common/ces/ces_check_service/ |
D | ces_check_service.cpp | 95 sptr<ISystemAbilityManager> systemAbilityManager = variable 97 EXPECT_NE(systemAbilityManager, nullptr); 99 …sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(COMMON_EVENT_SERVICE_ID);
|
/base/notification/common_event_service/services/src/ |
D | ability_manager_helper.cpp | 59 sptr<ISystemAbilityManager> systemAbilityManager = in GetAbilityMgrProxy() local 61 if (systemAbilityManager == nullptr) { in GetAbilityMgrProxy() 66 … sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(ABILITY_MGR_SERVICE_ID); in GetAbilityMgrProxy()
|
D | bundle_manager_helper.cpp | 161 sptr<ISystemAbilityManager> systemAbilityManager = in GetBundleMgrProxy() local 163 if (!systemAbilityManager) { in GetBundleMgrProxy() 169 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxy()
|
/base/security/code_signature/test/unittest/ |
D | local_code_sign_test.cpp | 131 sptr<ISystemAbilityManager> systemAbilityManager = variable 133 EXPECT_NE(systemAbilityManager, nullptr); 135 systemAbilityManager->GetSystemAbility(LOCAL_CODE_SIGN_SA_ID);
|
/base/print/print_fwk/services/src/ |
D | print_service_helper.cpp | 96 auto systemAbilityManager = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetBundleMgr() local 97 if (systemAbilityManager == nullptr) { in GetBundleMgr() 102 return systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr()
|
/base/useriam/face_auth/frameworks/ipc/src/ |
D | face_auth_client_impl.cpp | 102 sptr<ISystemAbilityManager> systemAbilityManager = in GetProxy() local 104 if (systemAbilityManager == nullptr) { in GetProxy() 109 …sptr<IRemoteObject> obj = systemAbilityManager->CheckSystemAbility(SUBSYS_USERIAM_SYS_ABILITY_FACE… in GetProxy()
|
/base/update/updateservice/services/engine/src/ |
D | update_notify.cpp | 37 sptr<ISystemAbilityManager> systemAbilityManager = in InitAbilityManagerService() local 39 if (systemAbilityManager == nullptr) { in InitAbilityManagerService() 43 … sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(ABILITY_MGR_SERVICE_ID); in InitAbilityManagerService()
|
/base/theme/screenlock_mgr/frameworks/native/src/ |
D | screenlock_app_manager.cpp | 93 sptr<ISystemAbilityManager> systemAbilityManager = in GetScreenLockManagerProxy() local 95 if (systemAbilityManager == nullptr) { in GetScreenLockManagerProxy() 99 auto systemAbility = systemAbilityManager->GetSystemAbility(SCREENLOCK_SERVICE_ID, ""); in GetScreenLockManagerProxy()
|
D | screenlock_manager.cpp | 124 sptr<ISystemAbilityManager> systemAbilityManager = in GetScreenLockManagerProxy() local 126 if (systemAbilityManager == nullptr) { in GetScreenLockManagerProxy() 130 auto systemAbility = systemAbilityManager->GetSystemAbility(SCREENLOCK_SERVICE_ID, ""); in GetScreenLockManagerProxy()
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | bundle_manager_helper.cpp | 115 sptr<ISystemAbilityManager> systemAbilityManager = in Connect() local 117 if (systemAbilityManager == nullptr) { in Connect() 121 …sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_A… in Connect()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_subscriber.cpp | 121 sptr<ISystemAbilityManager> systemAbilityManager = in GetAnsManagerProxy() local 123 if (!systemAbilityManager) { in GetAnsManagerProxy() 128 systemAbilityManager->GetSystemAbility(ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID); in GetAnsManagerProxy()
|
/base/telephony/core_service/utils/common/src/ |
D | telephony_permission.cpp | 40 OHOS::sptr<OHOS::ISystemAbilityManager> systemAbilityManager = in GetBundleNameByUid() local 43 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleNameByUid()
|
/base/hiviewdfx/hidumper/services/native/src/ |
D | dump_app_state_observer.cpp | 34 OHOS::sptr<OHOS::ISystemAbilityManager> systemAbilityManager = in GetAppManagerInstance() local 36 …OHOS::sptr<OHOS::IRemoteObject> appObject = systemAbilityManager->GetSystemAbility(OHOS::APP_MGR_S… in GetAppManagerInstance()
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | get_heap_info.cpp | 34 OHOS::sptr<OHOS::ISystemAbilityManager> systemAbilityManager = in GetAppManagerInstance() local 36 …OHOS::sptr<OHOS::IRemoteObject> appObject = systemAbilityManager->GetSystemAbility(OHOS::APP_MGR_S… in GetAppManagerInstance()
|
/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/ |
D | bundle_manager_adapter.cpp | 182 sptr<ISystemAbilityManager> systemAbilityManager = in Connect() local 184 if (systemAbilityManager == nullptr) { in Connect() 190 …sptr<IRemoteObject> remoteObj = systemAbilityManager->CheckSystemAbility(BUNDLE_MGR_SERVICE_SYS_AB… in Connect()
|
/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/ |
D | medical_proxy_test.cpp | 66 auto systemAbilityManager = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in SetUp() local 67 ASSERT_NE(systemAbilityManager, nullptr); in SetUp() 69 …iface_cast<IMedicalSensorService>(systemAbilityManager->GetSystemAbility(MEDICAL_SENSOR_SERVICE_AB… in SetUp()
|
/base/inputmethod/imf/test/unittest/cpp_test/common/src/ |
D | tdd_util.cpp | 193 sptr<ISystemAbilityManager> systemAbilityManager = in GetBundleMgr() local 195 if (systemAbilityManager == nullptr) { in GetBundleMgr() 199 …sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_A… in GetBundleMgr()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_setting_test.cpp | 32 static sptr<ISystemAbilityManager> systemAbilityManager = variable 53 …systemAbilityManager->AddSystemAbility(OHOS::ADVANCED_NOTIFICATION_SERVICE_ABILITY_ID, service_, s… in SetUpTestCase()
|