/foundation/bundlemanager/bundle_framework/test/fuzztest/getbundlegids_fuzzer/ |
D | getbundlegids_fuzzer.cpp | 32 bundleMgrProxy.GetBundleGids(bundleName, gids); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
D | bms_bundle_permission_token_test.cpp | 158 bool ret = bundleMgrHostImpl_->GetBundleGids(BUNDLE_NAME, gids);
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
D | mock_bundle_manager.h | 103 virtual bool GetBundleGids(const std::string& bundleName, std::vector<int>& gids) override;
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/ |
D | mock_bundle_manager.cpp | 247 bool BundleMgrService::GetBundleGids(const std::string& bundleName, std::vector<int>& gids) in GetBundleGids() function in OHOS::AppExecFwk::BundleMgrService
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
D | bundle_mgr_interface.h | 330 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() function
|
D | bundle_mgr_proxy.h | 240 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
D | bundle_mgr_host_impl.h | 218 virtual bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) override;
|
D | bundle_data_mgr.h | 338 bool GetBundleGids(const std::string &bundleName, std::vector<int> &gids) const;
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
D | bundle_mgr.h | 282 napi_value GetBundleGids(napi_env env, napi_callback_info info);
|
D | bundle_mgr.cpp | 2309 auto ret = iBundleMgr->GetBundleGids(bundleName, gids); in InnerGetBundleGids() 2503 napi_value GetBundleGids(napi_env env, napi_callback_info info) in GetBundleGids() function
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
D | bms_search_system_test.cpp | 892 bool getGidsResult = bundleMgrProxy->GetBundleGids(appName, gids);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
D | bundle_mgr_host_impl.cpp | 435 bool BundleMgrHostImpl::GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() function in OHOS::AppExecFwk::BundleMgrHostImpl 447 return dataMgr->GetBundleGids(bundleName, gids); in GetBundleGids()
|
D | bundle_data_mgr.cpp | 2255 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/ |
D | bms_bundle_manager_test.cpp | 2395 bool retBool = hostImpl->GetBundleGids("", gids); 4501 bool result = dataMgr->GetBundleGids(BUNDLE_PREVIEW_NAME, gids);
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
D | bundle_mgr_host.cpp | 748 bool ret = GetBundleGids(name, gids); in HandleGetBundleGids()
|
D | bundle_mgr_proxy.cpp | 745 bool BundleMgrProxy::GetBundleGids(const std::string &bundleName, std::vector<int> &gids) in GetBundleGids() function in OHOS::AppExecFwk::BundleMgrProxy
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
D | acts_bms_kit_system_test.cpp | 5475 bool ret = bundleMgrProxy->GetBundleGids(appName, gids);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
D | bms_bundle_kit_service_test.cpp | 7559 auto ret = hostImpl->GetBundleGids(BUNDLE_NAME_DEMO, gids);
|