Home
last modified time | relevance | path

Searched refs:GetSharedBundleInfo (Results 1 - 20 of 20) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp152 DECLARE_NAPI_FUNCTION("getSharedBundleInfo", GetSharedBundleInfo), in BundleManagerExport()
H A Dbundle_manager.h319 napi_value GetSharedBundleInfo(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp88 const std::string GET_SHARED_BUNDLE_INFO = "GetSharedBundleInfo";
4151 ErrCode ret = iBundleMgr->GetSharedBundleInfo(bundleName, moduleName, sharedBundles); in InnerGetSharedBundleInfo()
4187 napi_value GetSharedBundleInfo(napi_env env, napi_callback_info info) in GetSharedBundleInfo() function
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp263 bundleMgrProxy.GetSharedBundleInfo(bundleName, moduleName, sharedBundles); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1327 virtual ErrCode GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName, in GetSharedBundleInfo() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h908 virtual ErrCode GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h862 ErrCode GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName,
877 ErrCode GetSharedBundleInfo(const std::string &bundleName, int32_t flags, BundleInfo &bundleInfo);
H A Dinner_bundle_info.h2162 bool GetSharedBundleInfo(SharedBundleInfo &sharedBundleInfo) const;
2167 bool GetSharedBundleInfo(int32_t flags, BundleInfo &bundleInfo) const;
H A Dbundle_mgr_host_impl.h895 virtual ErrCode GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp334 return dataMgr->GetSharedBundleInfo(sharedBundleName, bundleInfoFlags, sharedBundleInfo); in GetDependentBundleInfo()
348 return dataMgr->GetSharedBundleInfo(sharedBundleName, bundleInfoFlags, sharedBundleInfo); in GetDependentBundleInfo()
3374 ErrCode BundleMgrHostImpl::GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName, in GetSharedBundleInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
3377 APP_LOGD("GetSharedBundleInfo: bundleName: %{public}s, moduleName: %{public}s", in GetSharedBundleInfo()
3394 return dataMgr->GetSharedBundleInfo(bundleName, moduleName, sharedBundles); in GetSharedBundleInfo()
H A Dbundle_data_mgr.cpp6644 innerBundleInfo.GetSharedBundleInfo(sharedBundleInfo); in GetAllSharedBundleInfo()
6651 ErrCode BundleDataMgr::GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName, in GetSharedBundleInfo() function in OHOS::AppExecFwk::BundleDataMgr
6654 APP_LOGD("GetSharedBundleInfo"); in GetSharedBundleInfo()
6698 innerBundleInfo.GetSharedBundleInfo(sharedBundleInfo); in GetSharedBundleInfoBySelf()
6772 ErrCode BundleDataMgr::GetSharedBundleInfo(const std::string &bundleName, int32_t flags, BundleInfo &bundleInfo) in GetSharedBundleInfo() function in OHOS::AppExecFwk::BundleDataMgr
6786 innerBundleInfo.GetSharedBundleInfo(flags, bundleInfo); in GetSharedBundleInfo()
H A Dinner_bundle_info.cpp2006 bool InnerBundleInfo::GetSharedBundleInfo(SharedBundleInfo &sharedBundleInfo) const in GetSharedBundleInfo() function in OHOS::AppExecFwk::InnerBundleInfo
2362 bool InnerBundleInfo::GetSharedBundleInfo(int32_t flags, BundleInfo &bundleInfo) const in GetSharedBundleInfo() function in OHOS::AppExecFwk::InnerBundleInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1017 * @tc.name: test GetSharedBundleInfo of BundleMgrHostImpl
1019 * 2. GetSharedBundleInfo false by no permission
1024 ErrCode ret = bundleMgrHostImpl_->GetSharedBundleInfo(BUNDLE_NAME, MOUDLE_NAME, sharedBundles); in HWTEST_F()
H A Dbms_bundle_permission_system_app_test.cpp773 * @tc.name: test GetSharedBundleInfo of BundleMgrHostImpl
775 * 2. GetSharedBundleInfo false by no permission
780 ErrCode ret = bundleMgrHostImpl_->GetSharedBundleInfo(BUNDLE_NAME, MOUDLE_NAME, sharedBundles); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp3011 * @tc.name: Test GetSharedBundleInfo
3012 * @tc.desc: Test GetSharedBundleInfo with InnerBundleInfo
3017 auto ret = GetBundleDataMgr()->GetSharedBundleInfo(BUNDLE_TEST3, BUNDLE_TEST3, sharedBundles); in HWTEST_F()
3023 * @tc.name: Test GetSharedBundleInfo
3024 * @tc.desc: Test GetSharedBundleInfo
3034 ErrCode ret = GetBundleDataMgr()->GetSharedBundleInfo(BUNDLE_TEST1, GET_ABILITY_INFO_DEFAULT, bundleInfo); in HWTEST_F()
3040 * @tc.name: Test GetSharedBundleInfo
3041 * @tc.desc: Test GetSharedBundleInfo
3047 ErrCode ret = GetBundleDataMgr()->GetSharedBundleInfo(BUNDLE_TEST1, GET_ABILITY_INFO_DEFAULT, bundleInfo); in HWTEST_F()
3053 * @tc.name: Test GetSharedBundleInfo
[all...]
H A Dbms_bundle_kit_service_test.cpp12155 * @tc.name: Test GetSharedBundleInfo
12156 * @tc.desc: Test GetSharedBundleInfo with InnerBundleInfo
12162 bool ret = info.GetSharedBundleInfo(sharedBundleInfo); in HWTEST_F()
12170 ret = info.GetSharedBundleInfo(sharedBundleInfo); in HWTEST_F()
12176 * @tc.name: Test GetSharedBundleInfo
12177 * @tc.desc: Test GetSharedBundleInfo with InnerBundleInfo
12184 auto ret = GetBundleDataMgr()->GetSharedBundleInfo("", "", sharedBundles); in HWTEST_F()
12187 ret = GetBundleDataMgr()->GetSharedBundleInfo(BUNDLE_NAME_TEST, MODULE_NAME_TEST, sharedBundles); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3188 ErrCode ret = GetSharedBundleInfo(bundleName, moduleName, infos); in HandleGetSharedBundleInfo()
H A Dbundle_mgr_proxy.cpp3733 ErrCode BundleMgrProxy::GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName, in GetSharedBundleInfo() function in OHOS::AppExecFwk::BundleMgrProxy
3737 APP_LOGD("begin to GetSharedBundleInfo"); in GetSharedBundleInfo()
3740 APP_LOGE("fail to GetSharedBundleInfo due to write InterfaceToken fail"); in GetSharedBundleInfo()
3744 APP_LOGE("fail to GetSharedBundleInfo due to write bundleName fail"); in GetSharedBundleInfo()
3748 APP_LOGE("fail to GetSharedBundleInfo due to write moduleName fail"); in GetSharedBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2525 retCode = hostImpl->GetSharedBundleInfo("", "", sharedBundles); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8158 * @tc.name: test GetSharedBundleInfo proxy
8166 ErrCode ret = bundleMgrProxy->GetSharedBundleInfo( in HWTEST_F()

Completed in 148 milliseconds