Home
last modified time | relevance | path

Searched refs:GetAllSharedBundleInfo (Results 1 - 21 of 21) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp151 DECLARE_NAPI_FUNCTION("getAllSharedBundleInfo", GetAllSharedBundleInfo), in BundleManagerExport()
H A Dbundle_manager.h318 napi_value GetAllSharedBundleInfo(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp87 const std::string GET_ALL_SHARED_BUNDLE_INFO = "GetAllSharedBundleInfo";
4067 ErrCode ret = iBundleMgr->GetAllSharedBundleInfo(sharedBundles); in InnerGetAllSharedBundleInfo()
4102 napi_value GetAllSharedBundleInfo(napi_env env, napi_callback_info info) in GetAllSharedBundleInfo() function
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp262 bundleMgrProxy.GetAllSharedBundleInfo(sharedBundles); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp687 if (dataMgr->GetAllSharedBundleInfo(shareBundleInfos) != ERR_OK) { in ProcessSharedBundleProvisionInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1322 virtual ErrCode GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) in GetAllSharedBundleInfo() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h907 virtual ErrCode GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
H A Dbms_bundle_shared_library_install_test.cpp829 * @tc.name: test GetAllSharedBundleInfo
840 ErrCode res = GetBundleDataMgr()->GetAllSharedBundleInfo(sharedBundles); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h894 virtual ErrCode GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) override;
H A Dbundle_data_mgr.h860 ErrCode GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1004 * @tc.name: test GetAllSharedBundleInfo of BundleMgrHostImpl
1006 * 2. GetAllSharedBundleInfo false by no permission
1011 ErrCode ret = bundleMgrHostImpl_->GetAllSharedBundleInfo(sharedBundles); in HWTEST_F()
H A Dbms_bundle_permission_system_app_test.cpp760 * @tc.name: test GetAllSharedBundleInfo of BundleMgrHostImpl
762 * 2. GetAllSharedBundleInfo false by no permission
767 ErrCode ret = bundleMgrHostImpl_->GetAllSharedBundleInfo(sharedBundles); in HWTEST_F()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2576 ErrCode ret = bundleMgrProxy_->GetAllSharedBundleInfo(sharedBundleInfos); in DumpSharedAll()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3354 ErrCode BundleMgrHostImpl::GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) in GetAllSharedBundleInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
3356 APP_LOGD("begin to GetAllSharedBundleInfo"); in GetAllSharedBundleInfo()
3371 return dataMgr->GetAllSharedBundleInfo(sharedBundles); in GetAllSharedBundleInfo()
H A Dbundle_mgr_service_event_handler.cpp3511 if (dataMgr->GetAllSharedBundleInfo(shareBundleInfos) != ERR_OK) { in ProcessSharedBundleProvisionInfo()
3512 LOG_E(BMS_TAG_DEFAULT, "GetAllSharedBundleInfo failed"); in ProcessSharedBundleProvisionInfo()
H A Dbundle_data_mgr.cpp6634 ErrCode BundleDataMgr::GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) const in GetAllSharedBundleInfo() function in OHOS::AppExecFwk::BundleDataMgr
6636 APP_LOGD("GetAllSharedBundleInfo"); in GetAllSharedBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2522 retCode = hostImpl->GetAllSharedBundleInfo(sharedBundles); in HWTEST_F()
4847 * @tc.name: test GetAllSharedBundleInfo
4853 ErrCode testRet = GetBundleDataMgr()->GetAllSharedBundleInfo(sharedBundles); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3170 ErrCode ret = GetAllSharedBundleInfo(infos); in HandleGetAllSharedBundleInfo()
H A Dbundle_mgr_proxy.cpp3719 ErrCode BundleMgrProxy::GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) in GetAllSharedBundleInfo() function in OHOS::AppExecFwk::BundleMgrProxy
3722 APP_LOGD("begin to GetAllSharedBundleInfo"); in GetAllSharedBundleInfo()
3726 APP_LOGE("fail to GetAllSharedBundleInfo due to write InterfaceToken fail"); in GetAllSharedBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4158 * @tc.name: test GetAllSharedBundleInfo
4164 ErrCode ret = bundleMgrHostImpl_->GetAllSharedBundleInfo(sharedBundles); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8102 * @tc.name: test GetAllSharedBundleInfo proxy
8110 ErrCode ret = bundleMgrProxy->GetAllSharedBundleInfo(sharedBundles); in HWTEST_F()

Completed in 109 milliseconds