/foundation/ability/form_fwk/services/include/ |
H A D | form_bms_helper.h | 170 ErrCode GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName,
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_bms_helper.cpp | 356 ErrCode FormBmsHelper::GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName, in GetProxyDataInfos() function in OHOS::AppExecFwk::FormBmsHelper 366 return IN_PROCESS_CALL(iBundleMgr->GetProxyDataInfos(bundleName, moduleName, proxyData, userId)); in GetProxyDataInfos()
|
/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/ |
H A D | fms_form_bms_helper_test.cpp | 161 ErrCode GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName, 695 * @tc.desc: Verify that the GetProxyDataInfos interface executes normally and exits without exception. 709 EXPECT_EQ(formBmsHelper.GetProxyDataInfos(bundleName, moduleName, userId, proxyData), ERR_OK); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 269 bundleMgrProxy.GetProxyDataInfos(bundleName, moduleName, proxyDatas); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1350 virtual ErrCode GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName, in GetProxyDataInfos() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 946 virtual ErrCode GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 1748 * @tc.name: GetProxyDataInfos 1749 * @tc.desc: GetProxyDataInfos, return is true 1760 auto res = innerBundleInfo.GetProxyDataInfos(EMPTY_STRING, proxyDatas); in HWTEST_F() 1766 * @tc.name: GetProxyDataInfos 1767 * @tc.desc: GetProxyDataInfos, return is ERR_OK 1773 auto res = innerBundleInfo.GetProxyDataInfos(EMPTY_STRING, proxyDatas); in HWTEST_F() 1779 * @tc.name: GetProxyDataInfos 1780 * @tc.desc: GetProxyDataInfos, return is ERR_BUNDLE_MANAGER_MODULE_NOT_EXIST 1791 auto res = innerBundleInfo.GetProxyDataInfos(BUNDLE_NAME, proxyDatas); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 901 virtual ErrCode GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName,
|
H A D | bundle_data_mgr.h | 881 ErrCode GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName, int32_t userId,
|
H A D | inner_bundle_info.h | 2168 ErrCode GetProxyDataInfos(const std::string &moduleName, std::vector<ProxyData> &proxyDatas) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1652 auto ret = bundleMgrHostImpl_->GetProxyDataInfos("", "", proxyDatas); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3484 ErrCode BundleMgrHostImpl::GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName, in GetProxyDataInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl 3496 return dataMgr->GetProxyDataInfos(bundleName, moduleName, userId, proxyDatas); in GetProxyDataInfos()
|
H A D | inner_bundle_info.cpp | 3821 ErrCode InnerBundleInfo::GetProxyDataInfos( in GetProxyDataInfos() function in InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 6803 ErrCode BundleDataMgr::GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName, in GetProxyDataInfos() function in OHOS::AppExecFwk::BundleDataMgr 6814 return info.GetProxyDataInfos(moduleName, proxyDatas); in GetProxyDataInfos()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 5032 * @tc.name: test GetProxyDataInfos 5039 ErrCode ret = hostImpl->GetProxyDataInfos(INVALID_BUNDLE, MODULE_NAME, proxyDatas, Constants::INVALID_USERID); in HWTEST_F() 5045 * @tc.name: test GetProxyDataInfos 5056 ErrCode ret = hostImpl->GetProxyDataInfos(BUNDLE_NAME, MODULE_NAME, proxyDatas, USERID); in HWTEST_F() 5062 * @tc.name: test GetProxyDataInfos 5073 ErrCode ret = hostImpl->GetProxyDataInfos(BUNDLE_BACKUP_NAME, MODULE_NAME, proxyDatas, USERID); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3242 ErrCode ret = GetProxyDataInfos(bundleName, moduleName, proxyDatas, userId); in HandleGetProxyDataInfos()
|
H A D | bundle_mgr_proxy.cpp | 3799 ErrCode BundleMgrProxy::GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName, in GetProxyDataInfos() function in OHOS::AppExecFwk::BundleMgrProxy 3802 APP_LOGD("begin to GetProxyDataInfos"); in GetProxyDataInfos() 3811 APP_LOGE("fail to GetProxyDataInfos due to write InterfaceToken fail"); in GetProxyDataInfos() 3815 APP_LOGE("fail to GetProxyDataInfos due to write bundleName fail"); in GetProxyDataInfos() 3819 APP_LOGE("fail to GetProxyDataInfos due to write moduleName fail"); in GetProxyDataInfos() 3823 APP_LOGE("fail to GetProxyDataInfos due to write userId fail"); in GetProxyDataInfos() 3839 APP_LOGE("fail to GetProxyDataInfos due to write userId fail"); in GetAllProxyDataInfos()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 1843 result = bundleMgrProxy_->GetProxyDataInfos(bundleName, moduleName, proxyDatas, userId); in RunAsGetProxyDataCommand()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 8299 * @tc.name: test GetProxyDataInfos proxy 8307 ErrCode ret = bundleMgrProxy->GetProxyDataInfos( in HWTEST_F() 8314 * @tc.name: test GetProxyDataInfos proxy 8322 ErrCode ret = bundleMgrProxy->GetProxyDataInfos( in HWTEST_F()
|