Home
last modified time | relevance | path

Searched refs:BUNDLE_MGR_SERVICE_SYS_ABILITY_ID (Results 1 – 25 of 218) sorted by relevance

123456789

/ohos5.0/base/customization/enterprise_device_management/common/external/src/
H A Dedm_bundle_manager_impl.cpp31 …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 Dbms_adapter.cpp32 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 Dbundle_manager_adapter_module_test.cpp108 …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 Dsys_cap_util.cpp56 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleName()
79 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetApiCompatibleVersion()
H A Dpermission.cpp108 = 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 Dadvanced_notification_service_ability.cpp56 AddSystemAbilityListener(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in OnStart()
97 } else if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in OnAddSystemAbility()
H A Dreminder_event_manager.cpp116 …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 Dbms_wrapper.cpp36 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 Dbms_bundle_free_install_test.cpp148 …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 Dbms_context_impl_test.cpp63 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 Dams_recent_app_list_test.cpp48 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 Dbrowser_proxy_test.cpp57 …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 Dndef_har_dispatch.cpp30 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 Dbundle_manager_helper.cpp179 … 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 Dquick_fix_manager_service_test.cpp95 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 Dstandby_service.cpp78 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 Dmedia_utils.cpp81 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 Dapp_bar_helper_impl.cpp29 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 Dcheckissystemappbyuid_fuzzer.cpp38 … 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 Dgetapplicationinfos_fuzzer.cpp38 … 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 Dgetbundleinfos_fuzzer.cpp38 … 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 Dverifycallingpermission_fuzzer.cpp38 … auto bundleMgrSa = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr()
/ohos5.0/base/customization/enterprise_device_management/common/native/src/
H A Dbundle_manager_utils.cpp33 …oteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetAppIdByCallingUid()
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/affwk/
H A Dservice_registry_mock.cpp36 case BUNDLE_MGR_SERVICE_SYS_ABILITY_ID: in GetSystemAbility()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_ipc_skeleton.cpp37 … sptr<IRemoteObject> remoteObject = systemMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in DebugGetUidByBundleName()

123456789