Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_record_test/
H A Dmock_form_bms_helper.cpp42 ErrCode FormBmsHelper::GetAllProxyDataInfos(int32_t userId, std::vector<ProxyData> &proxyData) in GetAllProxyDataInfos() function in OHOS::AppExecFwk::FormBmsHelper
/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h173 ErrCode GetAllProxyDataInfos(int32_t userId, std::vector<ProxyData> &proxyData);
/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp369 ErrCode FormBmsHelper::GetAllProxyDataInfos(int32_t userId, std::vector<ProxyData> &proxyData) in GetAllProxyDataInfos() function in OHOS::AppExecFwk::FormBmsHelper
378 return IN_PROCESS_CALL(iBundleMgr->GetAllProxyDataInfos(proxyData, userId)); in GetAllProxyDataInfos()
H A Dform_data_proxy_record.cpp146 FormBmsHelper::GetInstance().GetAllProxyDataInfos(FormUtil::GetCurrentAccountId(), proxyData); in RegisterPermissionListener()
374 FormBmsHelper::GetInstance().GetAllProxyDataInfos(FormUtil::GetCurrentAccountId(), proxyData); in ParseFormDataProxies()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp270 bundleMgrProxy.GetAllProxyDataInfos(proxyDatas); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1344 virtual ErrCode GetAllProxyDataInfos( in GetAllProxyDataInfos() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h943 virtual ErrCode GetAllProxyDataInfos(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h903 virtual ErrCode GetAllProxyDataInfos(
H A Dbundle_data_mgr.h884 ErrCode GetAllProxyDataInfos(int32_t userId, std::vector<ProxyData> &proxyDatas) const;
H A Dinner_bundle_info.h2169 void GetAllProxyDataInfos(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.cpp1658 * @tc.name: test GetAllProxyDataInfos of BundleMgrHostImpl
1660 * 2. GetAllProxyDataInfos false by no permission
1665 auto ret = bundleMgrHostImpl_->GetAllProxyDataInfos(proxyDatas); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3499 ErrCode BundleMgrHostImpl::GetAllProxyDataInfos(std::vector<ProxyData> &proxyDatas, int32_t userId) in GetAllProxyDataInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
3510 return dataMgr->GetAllProxyDataInfos(userId, proxyDatas); in GetAllProxyDataInfos()
H A Dinner_bundle_info.cpp3825 GetAllProxyDataInfos(proxyDatas); in GetProxyDataInfos()
3844 void InnerBundleInfo::GetAllProxyDataInfos(std::vector<ProxyData> &proxyDatas) const in GetAllProxyDataInfos() function in InnerBundleInfo
H A Dbase_bundle_installer.cpp724 oldInfo.GetAllProxyDataInfos(proxyDatas); in CheckDuplicateProxyData()
725 newInfo.GetAllProxyDataInfos(proxyDatas); in CheckDuplicateProxyData()
733 innerBundleInfo.second.GetAllProxyDataInfos(proxyDatas); in CheckDuplicateProxyData()
H A Dbundle_data_mgr.cpp6817 ErrCode BundleDataMgr::GetAllProxyDataInfos(int32_t userId, std::vector<ProxyData> &proxyDatas) const in GetAllProxyDataInfos() function in OHOS::AppExecFwk::BundleDataMgr
6823 APP_LOGD("GetAllProxyDataInfos failed for GetBundleInfos failed"); in GetAllProxyDataInfos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp5080 * @tc.name: test GetAllProxyDataInfos
5087 ErrCode ret = hostImpl->GetAllProxyDataInfos(proxyDatas, Constants::INVALID_USERID); in HWTEST_F()
5093 * @tc.name: test GetAllProxyDataInfos
5104 ErrCode ret = hostImpl->GetAllProxyDataInfos(proxyDatas, USERID); in HWTEST_F()
5110 * @tc.name: test GetAllProxyDataInfos
5121 ErrCode ret = hostImpl->GetAllProxyDataInfos(proxyDatas, USERID); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3259 ErrCode ret = GetAllProxyDataInfos(proxyDatas, userId); in HandleGetAllProxyDataInfos()
H A Dbundle_mgr_proxy.cpp3829 ErrCode BundleMgrProxy::GetAllProxyDataInfos(std::vector<ProxyData> &proxyDatas, int32_t userId) in GetAllProxyDataInfos() function in OHOS::AppExecFwk::BundleMgrProxy
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp1885 result = bundleMgrProxy_->GetAllProxyDataInfos(proxyDatas, userId); in RunAsGetAllProxyDataCommand()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8285 * @tc.name: test GetAllProxyDataInfos proxy
8293 ErrCode ret = bundleMgrProxy->GetAllProxyDataInfos(proxyDatas); in HWTEST_F()

Completed in 103 milliseconds