Home
last modified time | relevance | path

Searched refs:GetBundleGids (Results 1 - 20 of 20) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegids_fuzzer/
H A Dgetbundlegids_fuzzer.cpp32 bundleMgrProxy.GetBundleGids(bundleName, gids); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_bundle_manager.h103 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 Dbms_bundle_permission_token_test.cpp151 * @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 Dmock_bundle_manager.cpp259 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 Dbundle_mgr.h336 napi_value GetBundleGids(napi_env env, napi_callback_info info);
H A Dbundle_mgr.cpp2407 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 Dbundlemgrproxy_fuzzer.cpp200 bundleMgrProxy.GetBundleGids(bundleName, gids); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h385 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h280 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 Dbms_bundle_mgr_proxy_test.cpp512 * @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 Dbundle_mgr_host_impl.h240 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) override;
H A Dbundle_data_mgr.h372 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 Dbms_search_system_test.cpp879 * @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 Dbundle_mgr_host_impl.cpp575 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 Dbundle_data_mgr.cpp3713 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 Dbms_bundle_manager_test.cpp2457 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 Dbundle_mgr_host.cpp1079 bool ret = GetBundleGids(name, gids); in HandleGetBundleGids()
H A Dbundle_mgr_proxy.cpp867 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 Dacts_bms_kit_system_test.cpp5333 * @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 Dbms_bundle_kit_service_test.cpp9897 * @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()

Completed in 106 milliseconds