Home
last modified time | relevance | path

Searched refs:GetBundleGidsByUid (Results 1 - 14 of 14) sorted by relevance

/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()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp201 bundleMgrProxy.GetBundleGidsByUid(bundleName, uid, gids); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h396 virtual bool GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &gids) in GetBundleGidsByUid() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h288 virtual bool GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &gids) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp528 * @tc.name: test the GetBundleGidsByUid
530 * 2. test GetBundleGidsByUid
539 auto res = bundleMgrProxy.GetBundleGidsByUid(bundleName, uid, gids); in HWTEST_F()
/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> &gids) override;
H A Dbundle_data_mgr.h380 virtual bool GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &gids) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp591 bool BundleMgrHostImpl::GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &gids) in GetBundleGidsByUid() function in OHOS::AppExecFwk::BundleMgrHostImpl
593 APP_LOGD("start GetBundleGidsByUid, bundleName : %{public}s, uid : %{public}d", bundleName.c_str(), uid); in GetBundleGidsByUid()
604 return dataMgr->GetBundleGidsByUid(bundleName, uid, gids); in GetBundleGidsByUid()
H A Dbundle_data_mgr.cpp3727 bool BundleDataMgr::GetBundleGidsByUid( in GetBundleGidsByUid() function in OHOS::AppExecFwk::BundleDataMgr
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1100 bool ret = GetBundleGidsByUid(name, uid, gids); in HandleGetBundleGidsByUid()
H A Dbundle_mgr_proxy.cpp897 bool BundleMgrProxy::GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &gids) in GetBundleGidsByUid() function in OHOS::AppExecFwk::BundleMgrProxy
900 APP_LOGD("begin to GetBundleGidsByUid of %{public}s", bundleName.c_str()); in GetBundleGidsByUid()
903 APP_LOGE("fail to GetBundleGidsByUid due to write InterfaceToken fail"); in GetBundleGidsByUid()
907 APP_LOGE("fail to GetBundleGidsByUid due to write bundleName fail"); in GetBundleGidsByUid()
911 APP_LOGE("fail to GetBundleGidsByUid due to write uid fail"); in GetBundleGidsByUid()
917 APP_LOGE("fail to GetBundleGidsByUid from server"); in GetBundleGidsByUid()
925 APP_LOGE("fail to GetBundleGidsByUid from reply"); in GetBundleGidsByUid()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp5301 * @tc.name: test GetBundleGidsByUid proxy
5321 bool ret = bundleMgrProxy->GetBundleGidsByUid(appName, bundleInfo.uid, gids); in HWTEST_F()
5382 bool ret = bundleMgrProxy->GetBundleGidsByUid(appName, uid, gids); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2460 retBool = hostImpl->GetBundleGidsByUid("", uid, gids); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9912 * @tc.name: Test GetBundleGidsByUid
9913 * @tc.desc: 1.Test the GetBundleGidsByUid by BundleMgrHostImpl
9920 auto ret = hostImpl->GetBundleGidsByUid(BUNDLE_NAME_TEST, TEST_UID, gids); in HWTEST_F()

Completed in 99 milliseconds