/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegidsbyuid_fuzzer/ |
H A D | getbundlegidsbyuid_fuzzer.cpp | 32 bundleMgrProxy.GetBundleGidsByUid(bundleName, reinterpret_cast<uintptr_t>(data), gids); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 201 bundleMgrProxy.GetBundleGidsByUid(bundleName, uid, gids); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 396 virtual bool GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &gids) in GetBundleGidsByUid() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 288 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 D | bms_bundle_mgr_proxy_test.cpp | 528 * @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 D | bundle_mgr_host_impl.h | 248 virtual bool GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &gids) override;
|
H A D | bundle_data_mgr.h | 380 virtual bool GetBundleGidsByUid(const std::string &bundleName, const int &uid, std::vector<int> &gids) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 591 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 D | bundle_data_mgr.cpp | 3727 bool BundleDataMgr::GetBundleGidsByUid( in GetBundleGidsByUid() function in OHOS::AppExecFwk::BundleDataMgr
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1100 bool ret = GetBundleGidsByUid(name, uid, gids); in HandleGetBundleGidsByUid()
|
H A D | bundle_mgr_proxy.cpp | 897 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 D | acts_bms_kit_system_test.cpp | 5301 * @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 D | bms_bundle_manager_test.cpp | 2460 retBool = hostImpl->GetBundleGidsByUid("", uid, gids); 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 | 9912 * @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()
|