Home
last modified time | relevance | path

Searched refs:BUNDLE_MGR_SERVICE_SYS_ABILITY_ID (Results 1 - 25 of 181) sorted by relevance

12345678

/foundation/multimedia/camera_framework/services/camera_service/src/adapter/
H A Dbms_adapter.cpp32 if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in OnRemoveSystemAbility()
67 sptr<IRemoteObject> object = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBms()
112 int32_t ret = samgr->SubscribeSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, bmsSaListener_); in RegisterListener()
124 int32_t ret = samgr->UnSubscribeSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, bmsSaListener_); in UnRegisterListener()
/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()
/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()
/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()
/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()
/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()
/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()
/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()
/foundation/filemanagement/app_file_service/tests/mock/affwk/
H A Dservice_registry_mock.cpp36 case BUNDLE_MGR_SERVICE_SYS_ABILITY_ID: in GetSystemAbility()
/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; member
97 if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in MockBundleInstallerAndSA()
/foundation/window/window_manager/utils/src/
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()
/foundation/communication/nfc/services/src/tag/
H A Dndef_har_dispatch.cpp30 const int BUNDLE_MGR_SERVICE_SYS_ABILITY_ID = 401; member
54 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxy()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_proxy_test/
H A Dbms_bundle_installer_proxy_test.cpp536 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
574 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
613 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
652 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
690 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
712 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
752 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
774 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/quick_fix/mock/src/
H A Dmock_quick_fix_util.cpp52 return iface_cast<AppExecFwk::IBundleMgr>(GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID)); in GetBundleManagerProxy()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_check_service_test/
H A Dbms_check_service_test.cpp48 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgr()
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dboundle_mgr_wrap_to_c.cpp37 = systemAbilityManager->GetSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleInfoFromUid()
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dbundle_manager_connector.cpp49 sptr<IRemoteObject> remoteObject = sam->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxy()
/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 HWTEST_F()
125 if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in HWTEST_F()
259 if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in HWTEST_F()
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service.cpp81 AddSystemAbilityListener(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in OnStart()
112 case BUNDLE_MGR_SERVICE_SYS_ABILITY_ID: in OnAddSystemAbility()
158 case BUNDLE_MGR_SERVICE_SYS_ABILITY_ID: in OnRemoveSystemAbility()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp148 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetBundleMgrProxy()
763 freeInstallParams.callback = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
863 freeInstallParams.callback = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
888 freeInstallParams.callback = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
1219 sptr<IRemoteObject> callBack = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
1263 sptr<IRemoteObject> callBack = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
1433 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
1475 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
1549 systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
1879 sptr<IRemoteObject> remoteObject = systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/ams_app_death_recipient_test/
H A Dams_app_death_recipient_test.cpp42 constexpr int32_t BUNDLE_MGR_SERVICE_SYS_ABILITY_ID = 401; member
116 if (systemAbilityId == BUNDLE_MGR_SERVICE_SYS_ABILITY_ID) { in MockBundleInstallerAndSA()
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dsr_samgr_helper.cpp79 sptr<IRemoteObject> remoteObj = saManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in ConnectBundleMgrLocked()
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_info_module_test/
H A Dui_extension_info_module_test.cpp82 auto remoteObj = systemAbilityMgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in SetUpTestCase()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_permission_test.cpp58 sysMgr->RegisterSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, bundleObject); in SetUpTestCase()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Ddefault_app.cpp65 auto bundleMgrSa = systemAbilityManager->GetSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetDefaultAppProxy()

Completed in 13 milliseconds

12345678