Home
last modified time | relevance | path

Searched refs:GetProxyDataInfos (Results 1 - 19 of 19) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h170 ErrCode GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName,
/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp356 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 Dfms_form_bms_helper_test.cpp161 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 Dbundlemgrproxy_fuzzer.cpp269 bundleMgrProxy.GetProxyDataInfos(bundleName, moduleName, proxyDatas); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1350 virtual ErrCode GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName, in GetProxyDataInfos() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h946 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 Dbms_data_mgr_test.cpp1748 * @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 Dbundle_mgr_host_impl.h901 virtual ErrCode GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName,
H A Dbundle_data_mgr.h881 ErrCode GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName, int32_t userId,
H A Dinner_bundle_info.h2168 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 Dbms_bundle_permission_false_test.cpp1652 auto ret = bundleMgrHostImpl_->GetProxyDataInfos("", "", proxyDatas); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3484 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 Dinner_bundle_info.cpp3821 ErrCode InnerBundleInfo::GetProxyDataInfos( in GetProxyDataInfos() function in InnerBundleInfo
H A Dbundle_data_mgr.cpp6803 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 Dbms_bundle_manager_test.cpp5032 * @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 Dbundle_mgr_host.cpp3242 ErrCode ret = GetProxyDataInfos(bundleName, moduleName, proxyDatas, userId); in HandleGetProxyDataInfos()
H A Dbundle_mgr_proxy.cpp3799 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 Dbundle_test_tool.cpp1843 result = bundleMgrProxy_->GetProxyDataInfos(bundleName, moduleName, proxyDatas, userId); in RunAsGetProxyDataCommand()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8299 * @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()

Completed in 95 milliseconds