Home
last modified time | relevance | path

Searched refs:GetBundleGids (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegids_fuzzer/
H A Dgetbundlegids_fuzzer.cpp32 bundleMgrProxy.GetBundleGids(bundleName, gids); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_token_test.cpp158 bool ret = bundleMgrHostImpl_->GetBundleGids(BUNDLE_NAME, gids);
/ohos5.0/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;
/ohos5.0/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
/ohos5.0/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.cpp2408 auto ret = iBundleMgr->GetBundleGids(bundleName, gids); in InnerGetBundleGids()
2601 napi_value GetBundleGids(napi_env env, napi_callback_info info) in GetBundleGids() function
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp200 bundleMgrProxy.GetBundleGids(bundleName, gids); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h386 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() function
H A Dbundle_mgr_proxy.h280 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) override;
/ohos5.0/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.h370 bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp892 bool getGidsResult = bundleMgrProxy->GetBundleGids(appName, gids);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp595 bool BundleMgrHostImpl::GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() function in OHOS::AppExecFwk::BundleMgrHostImpl
608 return dataMgr->GetBundleGids(bundleName, gids); in GetBundleGids()
H A Dbundle_data_mgr.cpp3662 bool BundleDataMgr::GetBundleGids(const std::string &bundleName, std::vector<int> &gids) const in GetBundleGids() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2458 bool retBool = hostImpl->GetBundleGids("", gids);
4609 bool result = dataMgr->GetBundleGids(BUNDLE_PREVIEW_NAME, gids);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1087 bool ret = GetBundleGids(name, gids); in HandleGetBundleGids()
H A Dbundle_mgr_proxy.cpp835 bool BundleMgrProxy::GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() 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.cpp5351 bool ret = bundleMgrProxy->GetBundleGids(appName, gids);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9862 auto ret = hostImpl->GetBundleGids(BUNDLE_NAME_DEMO, gids);