Home
last modified time | relevance | path

Searched refs:GetBundlesForUid (Results 1 - 16 of 16) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlesforuid_fuzzer/
H A Dgetbundlesforuid_fuzzer.cpp32 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 Dbms_bundle_permission_token_test.cpp138 * @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 Dbundle_manager_internal.cpp89 bool result = bundleMgr->GetBundlesForUid(callingUid, bundleNameList); in GetBundleNameListFromBms()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp196 bundleMgrProxy.GetBundlesForUid(uid, bundleNames); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h354 virtual bool GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) in GetBundlesForUid() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h258 virtual bool GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) override;
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp314 * @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 Dbundle_mgr_host_impl.h218 virtual bool GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) override;
H A Dbundle_data_mgr.h358 bool GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp502 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 Dbundle_data_mgr.cpp3682 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 Dacts_bms_kit_system_test.cpp5007 * @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 Dbms_bundle_kit_service_test.cpp4825 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 Dbundle_mgr_host.cpp1016 bool ret = GetBundlesForUid(uid, names); in HandleGetBundlesForUid()
H A Dbundle_mgr_proxy.cpp782 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 Dbms_bundle_manager_test.cpp2420 retBool = hostImpl->GetBundlesForUid(uid, bundleNames); in HWTEST_F()

Completed in 111 milliseconds