/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegids_fuzzer/ |
H A D | getbundlegids_fuzzer.cpp | 32 bundleMgrProxy.GetBundleGids(bundleName, gids); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_bundle_manager.h | 103 virtual bool GetBundleGids(const std::string& bundleName, std::vector<int>& gids) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_token_test.cpp | 151 * @tc.name: test GetBundleGids of BundleMgrHostImpl 153 * 2. GetBundleGids false by no permission 158 bool ret = bundleMgrHostImpl_->GetBundleGids(BUNDLE_NAME, gids); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/ |
H A D | mock_bundle_manager.cpp | 259 bool BundleMgrService::GetBundleGids(const std::string& bundleName, std::vector<int>& gids) in GetBundleGids() function in OHOS::AppExecFwk::BundleMgrService
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.h | 336 napi_value GetBundleGids(napi_env env, napi_callback_info info);
|
H A D | bundle_mgr.cpp | 2407 auto ret = iBundleMgr->GetBundleGids(bundleName, gids); in InnerGetBundleGids() 2600 napi_value GetBundleGids(napi_env env, napi_callback_info info) in GetBundleGids() function
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 200 bundleMgrProxy.GetBundleGids(bundleName, gids); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 385 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 280 virtual bool GetBundleGids(const std::string &bundleName, 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 | 512 * @tc.name: test the GetBundleGids 514 * 2. test GetBundleGids 522 auto res = bundleMgrProxy.GetBundleGids(bundleName, gids); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 240 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) override;
|
H A D | bundle_data_mgr.h | 372 bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) const;
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 879 * @tc.name: test GetBundleGids interface 882 * 3.call GetBundleGids 892 bool getGidsResult = bundleMgrProxy->GetBundleGids(appName, gids); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 575 bool BundleMgrHostImpl::GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() function in OHOS::AppExecFwk::BundleMgrHostImpl 577 APP_LOGD("start GetBundleGids, bundleName : %{public}s", bundleName.c_str()); in GetBundleGids() 588 return dataMgr->GetBundleGids(bundleName, gids); in GetBundleGids()
|
H A D | bundle_data_mgr.cpp | 3713 bool BundleDataMgr::GetBundleGids(const std::string &bundleName, std::vector<int> &gids) const in GetBundleGids() function in OHOS::AppExecFwk::BundleDataMgr
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2457 bool retBool = hostImpl->GetBundleGids("", gids); in HWTEST_F() 4587 bool result = dataMgr->GetBundleGids(BUNDLE_PREVIEW_NAME, gids); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1079 bool ret = GetBundleGids(name, gids); in HandleGetBundleGids()
|
H A D | bundle_mgr_proxy.cpp | 867 bool BundleMgrProxy::GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() function in OHOS::AppExecFwk::BundleMgrProxy 870 APP_LOGD("begin to GetBundleGids of %{public}s", bundleName.c_str()); in GetBundleGids() 873 APP_LOGE("fail to GetBundleGids due to write InterfaceToken fail"); in GetBundleGids() 877 APP_LOGE("fail to GetBundleGids due to write bundleName fail"); in GetBundleGids() 883 APP_LOGE("fail to GetBundleGids from server"); in GetBundleGids() 891 APP_LOGE("fail to GetBundleGids from reply"); in GetBundleGids()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 5333 * @tc.name: test GetBundleGids proxy 5351 bool ret = bundleMgrProxy->GetBundleGids(appName, gids); in HWTEST_F() 5363 * @tc.name: test GetBundleGids proxy
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9897 * @tc.name: Test GetBundleGids 9898 * @tc.desc: 1.Test the GetBundleGids by BundleMgrHostImpl 9905 auto ret = hostImpl->GetBundleGids(BUNDLE_NAME_DEMO, gids); in HWTEST_F()
|