/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_record_test/ |
H A D | mock_form_bms_helper.cpp | 42 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 D | form_bms_helper.h | 173 ErrCode GetAllProxyDataInfos(int32_t userId, std::vector<ProxyData> &proxyData);
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_bms_helper.cpp | 369 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 D | form_data_proxy_record.cpp | 146 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 D | bundlemgrproxy_fuzzer.cpp | 270 bundleMgrProxy.GetAllProxyDataInfos(proxyDatas); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1344 virtual ErrCode GetAllProxyDataInfos( in GetAllProxyDataInfos() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 943 virtual ErrCode GetAllProxyDataInfos(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 903 virtual ErrCode GetAllProxyDataInfos(
|
H A D | bundle_data_mgr.h | 884 ErrCode GetAllProxyDataInfos(int32_t userId, std::vector<ProxyData> &proxyDatas) const;
|
H A D | inner_bundle_info.h | 2169 void GetAllProxyDataInfos(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 | 1658 * @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 D | bundle_mgr_host_impl.cpp | 3499 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 D | inner_bundle_info.cpp | 3825 GetAllProxyDataInfos(proxyDatas); in GetProxyDataInfos() 3844 void InnerBundleInfo::GetAllProxyDataInfos(std::vector<ProxyData> &proxyDatas) const in GetAllProxyDataInfos() function in InnerBundleInfo
|
H A D | base_bundle_installer.cpp | 724 oldInfo.GetAllProxyDataInfos(proxyDatas); in CheckDuplicateProxyData() 725 newInfo.GetAllProxyDataInfos(proxyDatas); in CheckDuplicateProxyData() 733 innerBundleInfo.second.GetAllProxyDataInfos(proxyDatas); in CheckDuplicateProxyData()
|
H A D | bundle_data_mgr.cpp | 6817 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 D | bms_bundle_manager_test.cpp | 5080 * @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 D | bundle_mgr_host.cpp | 3259 ErrCode ret = GetAllProxyDataInfos(proxyDatas, userId); in HandleGetAllProxyDataInfos()
|
H A D | bundle_mgr_proxy.cpp | 3829 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 D | bundle_test_tool.cpp | 1885 result = bundleMgrProxy_->GetAllProxyDataInfos(proxyDatas, userId); in RunAsGetAllProxyDataCommand()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 8285 * @tc.name: test GetAllProxyDataInfos proxy 8293 ErrCode ret = bundleMgrProxy->GetAllProxyDataInfos(proxyDatas); in HWTEST_F()
|