Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_token_test.cpp145 bool ret = bundleMgrHostImpl_->GetBundlesForUid(UID, bundleNames);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp89 bool result = bundleMgr->GetBundlesForUid(callingUid, bundleNameList); in GetBundleNameListFromBms()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp196 bundleMgrProxy.GetBundlesForUid(uid, bundleNames); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp328 bundleMgrProxy->GetBundlesForUid(Constants::INVALID_UID, bundleNames); in BenchmarkTestGetBundlesForUid()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h355 virtual bool GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) in GetBundlesForUid() function
H A Dbundle_mgr_proxy.h258 virtual bool GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) override;
/ohos5.0/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.h356 bool GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp512 bool BundleMgrHostImpl::GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) in GetBundlesForUid() function in OHOS::AppExecFwk::BundleMgrHostImpl
529 return dataMgr->GetBundlesForUid(uid, bundleNames); in GetBundlesForUid()
H A Dbundle_data_mgr.cpp3631 bool BundleDataMgr::GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) const in GetBundlesForUid() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp4830 bool testRet = GetBundleDataMgr()->GetBundlesForUid(TEST_UID, testResult);
4846 bool testRet = GetBundleDataMgr()->GetBundlesForUid(DEMO_UID, testResult);
4865 bool testRet = GetBundleDataMgr()->GetBundlesForUid(INVALID_UID, testResult);
4885 bool testRet = hostImpl->GetBundlesForUid(TEST_UID, testResult);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp5033 ret = bundleMgrProxy->GetBundlesForUid(bundleInfo.uid, bundleNames);
5071 bool ret = bundleMgrProxy->GetBundlesForUid(Constants::INVALID_UID, bundleNames);
5106 bool ret = bundleMgrProxy->GetBundlesForUid(uid, bundleNames);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1024 bool ret = GetBundlesForUid(uid, names); in HandleGetBundlesForUid()
H A Dbundle_mgr_proxy.cpp750 bool BundleMgrProxy::GetBundlesForUid(const int uid, std::vector<std::string> &bundleNames) in GetBundlesForUid() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2421 retBool = hostImpl->GetBundlesForUid(uid, bundleNames);