/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegids_fuzzer/ |
H A D | getbundlegids_fuzzer.cpp | 32 bundleMgrProxy.GetBundleGids(bundleName, gids); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_token_test.cpp | 158 bool ret = bundleMgrHostImpl_->GetBundleGids(BUNDLE_NAME, gids);
|
/ohos5.0/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;
|
/ohos5.0/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
|
/ohos5.0/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 | 2408 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 D | bundlemgrproxy_fuzzer.cpp | 200 bundleMgrProxy.GetBundleGids(bundleName, gids); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 386 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() function
|
H A D | bundle_mgr_proxy.h | 280 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) override;
|
/ohos5.0/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 | 370 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 D | bms_search_system_test.cpp | 892 bool getGidsResult = bundleMgrProxy->GetBundleGids(appName, gids);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 595 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 D | bundle_data_mgr.cpp | 3662 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 D | bms_bundle_manager_test.cpp | 2458 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 D | bundle_mgr_host.cpp | 1087 bool ret = GetBundleGids(name, gids); in HandleGetBundleGids()
|
H A D | bundle_mgr_proxy.cpp | 835 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 D | acts_bms_kit_system_test.cpp | 5351 bool ret = bundleMgrProxy->GetBundleGids(appName, gids);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9862 auto ret = hostImpl->GetBundleGids(BUNDLE_NAME_DEMO, gids);
|