Home
last modified time | relevance | path

Searched defs:bundleManager (Results 1 – 11 of 11) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
Dfms_form_bms_helper_test.cpp192 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
208 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
227 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
246 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
269 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
290 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
307 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
326 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
345 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
369 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
[all …]
/foundation/ability/form_fwk/test/fuzztest/formbmshelper_fuzzer/
Dformbmshelper_fuzzer.cpp41 sptr<IBundleMgr> bundleManager = nullptr; in DoSomethingInterestingWithMyAPI() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dnavigation_route_ohos.cpp42 auto bundleManager = GetBundleManager(); in InitRouteMap() local
/foundation/ability/ability_runtime/services/abilitymgr/include/
Ddlp_utils.h112 static bool CheckCallerIsDlpManager(const std::shared_ptr<AppExecFwk::BundleMgrHelper> &bundleManag… in CheckCallerIsDlpManager()
/foundation/multimedia/ringtone_library/services/utils/src/
Dpermission_utils.cpp58 auto bundleManager = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetSysBundleManager() local
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
Dfms_form_mgr_service_test2.cpp629 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
647 const sptr<IBundleMgr> bundleManager = new (std::nothrow) MockBundleMgrProxy(impl); variable
/foundation/ability/form_fwk/services/src/
Dform_bms_helper.cpp77 void FormBmsHelper::SetBundleManager(const sptr<IBundleMgr> &bundleManager) in SetBundleManager()
/foundation/multimedia/media_library/frameworks/js/src/
Dphotoaccesshelperinf.js17 const bundleManager = requireNapi('bundle.bundleManager'); constant
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
Dsoftbus_adapter_standard.cpp433 sptr<AppExecFwk::IBundleMgr> bundleManager = iface_cast<AppExecFwk::IBundleMgr>(remoteObject); in GetSocketName() local
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
Datomicserviceweb.js39 const bundleManager = requireNapi('bundle.bundleManager'); constant
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
Dapp_mgr_service_inner_test.cpp1454 std::shared_ptr<BundleMgrHelper> bundleManager; variable