/ohos5.0/base/customization/enterprise_device_management/common/external/src/ |
H A D | edm_bundle_manager_impl.cpp | 31 …to remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetNameForUid() 45 …to remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in QueryExtensionAbilityInfos() 58 …to remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleInfo() 71 …to remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in IsBundleInstalled() 86 …to remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetApplicationInfo()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/adapter/ |
H A D | bms_adapter.cpp | 32 if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in OnRemoveSystemAbility() 66 sptr<IRemoteObject> object = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBms() 111 int32_t ret = samgr->SubscribeSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, bmsSaListener_); in RegisterListener() 123 … int32_t ret = samgr->UnSubscribeSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, bmsSaListener_); in UnRegisterListener()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/common/ |
H A D | bundle_manager_adapter_module_test.cpp | 108 …emoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 130 …emoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 152 …emoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 172 …emoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 194 …emoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 262 …emoteObject> remoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID);
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | sys_cap_util.cpp | 56 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleName() 79 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetApiCompatibleVersion()
|
H A D | permission.cpp | 108 = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in IsStartByInputMethod() 156 = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in CheckIsCallingBundleName()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service_ability.cpp | 56 AddSystemAbilityListener(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in OnStart() 97 } else if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in OnAddSystemAbility()
|
H A D | reminder_event_manager.cpp | 116 …int32_t ret = samgrProxy->SubscribeSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, statusChangeLi… in SubscribeSystemAbility() 118 … ANSR_LOGE("subscribe system ability id: %{public}d failed", BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in SubscribeSystemAbility() 263 case BUNDLE_MGR_SERVICE_SYS_ABILITY_ID: in OnAddSystemAbility() 284 case BUNDLE_MGR_SERVICE_SYS_ABILITY_ID: in OnRemoveSystemAbility()
|
/ohos5.0/base/security/asset/services/os_dependency/src/ |
H A D | bms_wrapper.cpp | 36 constexpr int BUNDLE_MGR_SERVICE_SYS_ABILITY_ID = 401; variable 45 …uto bundleMgrRemoteObj = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_test.cpp | 148 …teObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxy() 763 …InstallParams.callback = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 863 …InstallParams.callback = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 888 …InstallParams.callback = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 1219 …RemoteObject> callBack = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 1263 …RemoteObject> callBack = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 1433 …teObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 1475 …teObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 1549 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); 1863 …teObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | bms_context_impl_test.cpp | 63 BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, mockBundleMgr); in SetUp() 78 if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in MockBundleInstaller()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_recent_app_list_test/ |
H A D | ams_recent_app_list_test.cpp | 48 constexpr int32_t BUNDLE_MGR_SERVICE_SYS_ABILITY_ID = 401; variable 97 if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in MockBundleInstallerAndSA()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
H A D | browser_proxy_test.cpp | 57 …edmSysManager_->RegisterSystemAbilityOfRemoteObject(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, bundleManag… in SetUp() 65 edmSysManager_->UnregisterSystemAbilityOfRemoteObject(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in TearDown()
|
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | ndef_har_dispatch.cpp | 30 const int BUNDLE_MGR_SERVICE_SYS_ABILITY_ID = 401; variable 54 …teObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxy()
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | bundle_manager_helper.cpp | 179 … remoteObject = systemAbilityManager->CheckSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxyInner() 181 … remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxyInner()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_test/ |
H A D | quick_fix_manager_service_test.cpp | 95 if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in __anon8f74e2ac0202() 125 if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in __anon8f74e2ac0402() 259 if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in __anon8f74e2ac0902()
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service.cpp | 78 AddSystemAbilityListener(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in OnStart() 109 case BUNDLE_MGR_SERVICE_SYS_ABILITY_ID: in OnAddSystemAbility() 155 case BUNDLE_MGR_SERVICE_SYS_ABILITY_ID: in OnRemoveSystemAbility()
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/ |
H A D | media_utils.cpp | 81 sptr<IRemoteObject> object = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetClientBundleName() 117 sptr<IRemoteObject> object = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetApiInfo() 156 sptr<IRemoteObject> object = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleResourceLabel()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | app_bar_helper_impl.cpp | 29 auto bundleObj = systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in QueryAppGalleryBundleName()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/checkissystemappbyuid_fuzzer/ |
H A D | checkissystemappbyuid_fuzzer.cpp | 38 … auto bundleMgrSa = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapplicationinfos_fuzzer/ |
H A D | getapplicationinfos_fuzzer.cpp | 38 … auto bundleMgrSa = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundleinfos_fuzzer/ |
H A D | getbundleinfos_fuzzer.cpp | 38 … auto bundleMgrSa = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifycallingpermission_fuzzer/ |
H A D | verifycallingpermission_fuzzer.cpp | 38 … auto bundleMgrSa = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr()
|
/ohos5.0/base/customization/enterprise_device_management/common/native/src/ |
H A D | bundle_manager_utils.cpp | 33 …oteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetAppIdByCallingUid()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/affwk/ |
H A D | service_registry_mock.cpp | 36 case BUNDLE_MGR_SERVICE_SYS_ABILITY_ID: in GetSystemAbility()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_ipc_skeleton.cpp | 37 … sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in DebugGetUidByBundleName()
|