/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 152 DECLARE_NAPI_FUNCTION("getSharedBundleInfo", GetSharedBundleInfo), in BundleManagerExport()
|
H A D | bundle_manager.h | 319 napi_value GetSharedBundleInfo(napi_env env, napi_callback_info info);
|
H A D | bundle_manager.cpp | 88 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 D | bundlemgrproxy_fuzzer.cpp | 263 bundleMgrProxy.GetSharedBundleInfo(bundleName, moduleName, sharedBundles); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1327 virtual ErrCode GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName, in GetSharedBundleInfo() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 908 virtual ErrCode GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 862 ErrCode GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName, 877 ErrCode GetSharedBundleInfo(const std::string &bundleName, int32_t flags, BundleInfo &bundleInfo);
|
H A D | inner_bundle_info.h | 2162 bool GetSharedBundleInfo(SharedBundleInfo &sharedBundleInfo) const; 2167 bool GetSharedBundleInfo(int32_t flags, BundleInfo &bundleInfo) const;
|
H A D | bundle_mgr_host_impl.h | 895 virtual ErrCode GetSharedBundleInfo(const std::string &bundleName, const std::string &moduleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 334 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 D | bundle_data_mgr.cpp | 6644 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 D | inner_bundle_info.cpp | 2006 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 D | bms_bundle_permission_false_test.cpp | 1017 * @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 D | bms_bundle_permission_system_app_test.cpp | 773 * @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 D | bms_bundle_data_mgr_test.cpp | 3011 * @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 D | bms_bundle_kit_service_test.cpp | 12155 * @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 D | bundle_mgr_host.cpp | 3188 ErrCode ret = GetSharedBundleInfo(bundleName, moduleName, infos); in HandleGetSharedBundleInfo()
|
H A D | bundle_mgr_proxy.cpp | 3733 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 D | bms_bundle_manager_test.cpp | 2525 retCode = hostImpl->GetSharedBundleInfo("", "", sharedBundles); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 8158 * @tc.name: test GetSharedBundleInfo proxy 8166 ErrCode ret = bundleMgrProxy->GetSharedBundleInfo( in HWTEST_F()
|