Home
last modified time | relevance | path

Searched refs:GetBundleGidsByUid (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegidsbyuid_fuzzer/
H A Dgetbundlegidsbyuid_fuzzer.cpp32 bundleMgrProxy.GetBundleGidsByUid(bundleName, reinterpret_cast<uintptr_t>(data), gids); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp201 bundleMgrProxy.GetBundleGidsByUid(bundleName, uid, gids); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h397 …virtual bool GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &g… in GetBundleGidsByUid() function
H A Dbundle_mgr_proxy.h288 …virtual bool GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &g…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h248 …virtual bool GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &g…
H A Dbundle_data_mgr.h378 …virtual bool GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &g…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp611 bool BundleMgrHostImpl::GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vect… in GetBundleGidsByUid() function in OHOS::AppExecFwk::BundleMgrHostImpl
624 return dataMgr->GetBundleGidsByUid(bundleName, uid, gids); in GetBundleGidsByUid()
H A Dbundle_data_mgr.cpp3676 bool BundleDataMgr::GetBundleGidsByUid( in GetBundleGidsByUid() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1108 bool ret = GetBundleGidsByUid(name, uid, gids); in HandleGetBundleGidsByUid()
H A Dbundle_mgr_proxy.cpp865 bool BundleMgrProxy::GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<… in GetBundleGidsByUid() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp5321 bool ret = bundleMgrProxy->GetBundleGidsByUid(appName, bundleInfo.uid, gids);
5382 bool ret = bundleMgrProxy->GetBundleGidsByUid(appName, uid, gids);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2461 retBool = hostImpl->GetBundleGidsByUid("", uid, gids);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9877 auto ret = hostImpl->GetBundleGidsByUid(BUNDLE_NAME_TEST, TEST_UID, gids);