/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlesforuid_fuzzer/ |
H A D | getbundlesforuid_fuzzer.cpp | 32 bundleMgrProxy.GetBundlesForUid(reinterpret_cast<uintptr_t>(data), bundleNames); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_token_test.cpp | 138 * @tc.name: test GetBundlesForUid of BundleMgrHostImpl 140 * 2. GetBundlesForUid false by no permission 145 bool ret = bundleMgrHostImpl_->GetBundlesForUid(UID, bundleNames); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
H A D | bundle_manager_internal.cpp | 89 bool result = bundleMgr->GetBundlesForUid(callingUid, bundleNameList); in GetBundleNameListFromBms()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 196 bundleMgrProxy.GetBundlesForUid(uid, bundleNames); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 354 virtual bool GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) in GetBundlesForUid() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 258 virtual bool GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) override;
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 314 * @tc.desc: Testcase for testing GetBundlesForUid.
327 /* @tc.steps: step1.call GetBundlesForUid in loop */
in BenchmarkTestGetBundlesForUid() 328 bundleMgrProxy->GetBundlesForUid(Constants::INVALID_UID, bundleNames);
in BenchmarkTestGetBundlesForUid()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 218 virtual bool GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) override;
|
H A D | bundle_data_mgr.h | 358 bool GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 502 bool BundleMgrHostImpl::GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) in GetBundlesForUid() function in OHOS::AppExecFwk::BundleMgrHostImpl 504 APP_LOGD("start GetBundlesForUid, uid : %{public}d", uid); in GetBundlesForUid() 519 return dataMgr->GetBundlesForUid(uid, bundleNames); in GetBundlesForUid()
|
H A D | bundle_data_mgr.cpp | 3682 bool BundleDataMgr::GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) const in GetBundlesForUid() function in OHOS::AppExecFwk::BundleDataMgr
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 5007 * @tc.name: test GetBundlesForUid interface 5033 ret = bundleMgrProxy->GetBundlesForUid(bundleInfo.uid, bundleNames); in HWTEST_F() 5057 * @tc.name: test GetBundlesForUid interface 5071 bool ret = bundleMgrProxy->GetBundlesForUid(Constants::INVALID_UID, bundleNames); in HWTEST_F() 5088 * @tc.name: test GetBundlesForUid interface 5106 bool ret = bundleMgrProxy->GetBundlesForUid(uid, bundleNames); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 4825 bool testRet = GetBundleDataMgr()->GetBundlesForUid(TEST_UID, testResult); in HWTEST_F() 4841 bool testRet = GetBundleDataMgr()->GetBundlesForUid(DEMO_UID, testResult); in HWTEST_F() 4860 bool testRet = GetBundleDataMgr()->GetBundlesForUid(INVALID_UID, testResult); in HWTEST_F() 4880 bool testRet = hostImpl->GetBundlesForUid(TEST_UID, testResult); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1016 bool ret = GetBundlesForUid(uid, names); in HandleGetBundlesForUid()
|
H A D | bundle_mgr_proxy.cpp | 782 bool BundleMgrProxy::GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) in GetBundlesForUid() function in OHOS::AppExecFwk::BundleMgrProxy 785 APP_LOGD("begin to GetBundlesForUid of %{public}d", uid); in GetBundlesForUid() 788 APP_LOGE("fail to GetBundlesForUid due to write InterfaceToken fail"); in GetBundlesForUid() 792 APP_LOGE("fail to GetBundlesForUid due to write uid fail"); in GetBundlesForUid() 798 APP_LOGE("fail to GetBundlesForUid from server"); in GetBundlesForUid() 806 APP_LOGE("fail to GetBundlesForUid from reply"); in GetBundlesForUid()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2420 retBool = hostImpl->GetBundlesForUid(uid, bundleNames); in HWTEST_F()
|