Home
last modified time | relevance | path

Searched refs:QueryDataGroupInfos (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_group_test/
H A Dbms_bundle_data_group_test.cpp204 bool res = dataMgr->QueryDataGroupInfos(BUNDLE_NAME, USERID, infos);
223 bool res = dataMgr->QueryDataGroupInfos(BUNDLE_NAME, USERID, infos);
247 bool res = dataMgr->QueryDataGroupInfos(BUNDLE_NAME, USERID, infos);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp131 bmHelper->QueryDataGroupInfos(stringParam, int32Param, infos); in BundleMgrHelperFuzztest2()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_multiuser_installer.cpp206 if (!dataMgr_->QueryDataGroupInfos(bundleName, userId, infos)) { in CreateDataGroupDir()
H A Duser_unlocked_event_subscriber.cpp207 if (!dataMgr->QueryDataGroupInfos(bundleInfo.name, userId, dataGroupInfos)) { in CreateDataGroupDir()
H A Dbundle_mgr_host_impl.cpp3633 bool BundleMgrHostImpl::QueryDataGroupInfos(const std::string &bundleName, int32_t userId, in QueryDataGroupInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl
3646 return dataMgr->QueryDataGroupInfos(bundleName, userId, infos); in QueryDataGroupInfos()
H A Dbundle_data_mgr.cpp7200 bool BundleDataMgr::QueryDataGroupInfos(const std::string &bundleName, int32_t userId, in QueryDataGroupInfos() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h87 …bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId, std::vector<DataGroupInfo>…
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h161 bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId, std::string& msg);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp733 bool BundleMgrHelper::QueryDataGroupInfos( in QueryDataGroupInfos() function in OHOS::AppExecFwk::BundleMgrHelper
744 return bundleMgr->QueryDataGroupInfos(bundleName, userId, infos); in QueryDataGroupInfos()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp264 auto ret = bundleMgrHelper->QueryDataGroupInfos(bundleName, userId, infos);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp284 bundleMgrProxy.QueryDataGroupInfos(bundleName, reinterpret_cast<uintptr_t>(data), infos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1379 …virtual bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId, std::vector<DataGr… in QueryDataGroupInfos() function
H A Dbundle_mgr_proxy.h961 virtual bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h913 virtual bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId,
H A Dbundle_data_mgr.h908 …bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId, std::vector<DataGroupInfo>…
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3899 result = QueryDataGroupInfos(bundleName, userId, msg); in RunAsQueryDataGroupInfos()
3910 bool BundleTestTool::QueryDataGroupInfos(const std::string &bundleName, in QueryDataGroupInfos() function in OHOS::AppExecFwk::BundleTestTool
3918 bool ret = bundleMgrProxy_->QueryDataGroupInfos(bundleName, userId, infos); in QueryDataGroupInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4384 bool ret = bundleMgrHostImpl_->QueryDataGroupInfos(bundleName, userId, infos);
4401 bool ret = bundleMgrHostImpl_->QueryDataGroupInfos(bundleName, userId, infos);
5002 auto res = bundleMgrProxy->QueryDataGroupInfos(
5019 auto res = bundleMgrProxy->QueryDataGroupInfos(
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3356 bool ret = QueryDataGroupInfos(bundleName, userId, infos); in HandleQueryDataGroupInfos()
H A Dbundle_mgr_proxy.cpp3959 bool BundleMgrProxy::QueryDataGroupInfos(const std::string &bundleName, in QueryDataGroupInfos() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp3303 bool result = bundleMgrHelper->QueryDataGroupInfos(bundleInfo.name, userId, dataGroupInfoList); in CreateStartMsg()