/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_group_test/ |
H A D | bms_bundle_data_group_test.cpp | 348 * @tc.name: test QueryDataGroupInfos 349 * @tc.desc: 1.QueryDataGroupInfos 356 bool res = dataMgr->QueryDataGroupInfos(BUNDLE_NAME, USERID, infos); in HWTEST_F() 363 * @tc.name: test QueryDataGroupInfos 364 * @tc.desc: 1.QueryDataGroupInfos 375 bool res = dataMgr->QueryDataGroupInfos(BUNDLE_NAME, USERID, infos); in HWTEST_F() 382 * @tc.name: test QueryDataGroupInfos 383 * @tc.desc: 1.QueryDataGroupInfos 399 bool res = dataMgr->QueryDataGroupInfos(BUNDLE_NAME, USERID, infos); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 91 bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId, std::vector<DataGroupInfo> &infos);
|
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 131 bmHelper->QueryDataGroupInfos(stringParam, int32Param, infos); in BundleMgrHelperFuzztest2()
|
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_test_tool.h | 163 bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId, std::string& msg);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | user_unlocked_event_subscriber.cpp | 162 if (!dataMgr->QueryDataGroupInfos(bundleInfo.name, userId, dataGroupInfos)) { in CreateDataGroupDir()
|
H A D | bundle_mgr_host_impl.cpp | 3592 bool BundleMgrHostImpl::QueryDataGroupInfos(const std::string &bundleName, int32_t userId, in QueryDataGroupInfos() function in OHOS::AppExecFwk::BundleMgrHostImpl 3595 APP_LOGD("QueryDataGroupInfos bundleName: %{public}s, userId: %{public}d", bundleName.c_str(), userId); in QueryDataGroupInfos() 3605 return dataMgr->QueryDataGroupInfos(bundleName, userId, infos); in QueryDataGroupInfos()
|
H A D | base_bundle_installer.cpp | 3257 if (!(dataMgr_->QueryDataGroupInfos(bundleName, userId, infos))) { in RemoveDataGroupDirs() 3811 if (!dataMgr_->QueryDataGroupInfos(info.GetBundleName(), userId_, dataGroupInfos)) { in CreateDataGroupDir()
|
H A D | bundle_data_mgr.cpp | 7253 bool BundleDataMgr::QueryDataGroupInfos(const std::string &bundleName, int32_t userId, in QueryDataGroupInfos() function in OHOS::AppExecFwk::BundleDataMgr
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 740 bool BundleMgrHelper::QueryDataGroupInfos( in QueryDataGroupInfos() function in OHOS::AppExecFwk::BundleMgrHelper 751 return bundleMgr->QueryDataGroupInfos(bundleName, userId, infos); in QueryDataGroupInfos()
|
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 258 * @tc.desc: QueryDataGroupInfos 266 auto ret = bundleMgrHelper->QueryDataGroupInfos(bundleName, userId, infos); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 284 bundleMgrProxy.QueryDataGroupInfos(bundleName, reinterpret_cast<uintptr_t>(data), infos); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1378 virtual bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId, std::vector<DataGroupInfo> &infos) in QueryDataGroupInfos() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 961 virtual bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 913 virtual bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId,
|
H A D | bundle_data_mgr.h | 904 bool QueryDataGroupInfos(const std::string &bundleName, int32_t userId, std::vector<DataGroupInfo> &infos) const;
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 3949 result = QueryDataGroupInfos(bundleName, userId, msg); in RunAsQueryDataGroupInfos() 3960 bool BundleTestTool::QueryDataGroupInfos(const std::string &bundleName, in QueryDataGroupInfos() function in OHOS::AppExecFwk::BundleTestTool 3968 bool ret = bundleMgrProxy_->QueryDataGroupInfos(bundleName, userId, infos); in QueryDataGroupInfos()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 4396 * @tc.name: test BundleMgrHostImpl::QueryDataGroupInfos 4405 bool ret = bundleMgrHostImpl_->QueryDataGroupInfos(bundleName, userId, infos); in HWTEST_F() 4411 * @tc.name: test BundleMgrHostImpl::QueryDataGroupInfos 4422 bool ret = bundleMgrHostImpl_->QueryDataGroupInfos(bundleName, userId, infos); in HWTEST_F() 5016 * @tc.name: QueryDataGroupInfos 5017 * @tc.desc: 1. QueryDataGroupInfos 5024 auto res = bundleMgrProxy->QueryDataGroupInfos( in HWTEST_F() 5032 * @tc.name: QueryDataGroupInfos 5033 * @tc.desc: 1. QueryDataGroupInfos 5041 auto res = bundleMgrProxy->QueryDataGroupInfos( in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3344 bool ret = QueryDataGroupInfos(bundleName, userId, infos); in HandleQueryDataGroupInfos()
|
H A D | bundle_mgr_proxy.cpp | 3992 bool BundleMgrProxy::QueryDataGroupInfos(const std::string &bundleName, in QueryDataGroupInfos() function in OHOS::AppExecFwk::BundleMgrProxy 4002 APP_LOGE("fail to QueryDataGroupInfos due to write InterfaceToken failed"); in QueryDataGroupInfos() 4006 APP_LOGE("fail to QueryDataGroupInfos due to write dataGroupId fail"); in QueryDataGroupInfos() 4010 APP_LOGE("fail to QueryDataGroupInfos due to write userId fail"); in QueryDataGroupInfos() 4015 APP_LOGE("failed to QueryDataGroupInfos from server"); in QueryDataGroupInfos()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 3305 bool result = bundleMgrHelper->QueryDataGroupInfos(bundleInfo.name, userId, dataGroupInfoList); in CreateStartMsg()
|