/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getabilitylabel_fuzzer/ |
H A D | getabilitylabel_fuzzer.cpp | 35 bundleMgrProxy.GetAbilityLabel(bundleName, abilityName); in DoSomethingInterestingWithMyAPI() 36 bundleMgrProxy.GetAbilityLabel(bundleName, moduleName, abilityName, label); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/ |
H A D | permission_utils.cpp | 138 return bundleManager_->GetAbilityLabel(bundleName, abilityName); in GetPackageNameByBundleName()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | native_module.cpp | 88 DECLARE_NAPI_FUNCTION("getAbilityLabel", GetAbilityLabel), in Init()
|
H A D | bundle_mgr.h | 338 napi_value GetAbilityLabel(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 114 DECLARE_NAPI_FUNCTION("getAbilityLabel", GetAbilityLabel), in BundleManagerExport()
|
H A D | bundle_manager.h | 303 napi_value GetAbilityLabel(napi_env env, napi_callback_info info);
|
H A D | bundle_manager_sync.cpp | 583 iBundleMgr->GetAbilityLabel(bundleName, moduleName, abilityName, abilityLabel)); in GetAbilityLabelSync()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 89 bmHelper->GetAbilityLabel(stringParam, stringParam); in BundleMgrHelperFuzztest1()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 47 std::string GetAbilityLabel(const std::string &bundleName, const std::string &abilityName);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 596 … virtual std::string GetAbilityLabel(const std::string &bundleName, const std::string &abilityName) in GetAbilityLabel() function 608 virtual ErrCode GetAbilityLabel(const std::string &bundleName, const std::string &moduleName, in GetAbilityLabel() function
|
H A D | bundle_mgr_proxy.h | 438 …virtual std::string GetAbilityLabel(const std::string &bundleName, const std::string &abilityName)… 447 virtual ErrCode GetAbilityLabel(const std::string &bundleName, const std::string &moduleName,
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 323 std::string BundleMgrHelper::GetAbilityLabel(const std::string &bundleName, const std::string &abil… in GetAbilityLabel() function in OHOS::AppExecFwk::BundleMgrHelper 333 return bundleMgr->GetAbilityLabel(bundleName, abilityName); in GetAbilityLabel()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | permission_utils.cpp | 136 packageName = bundleMgr->GetAbilityLabel(bundleName, abilityName); in GetPackageNameFromCache()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 421 …virtual std::string GetAbilityLabel(const std::string &bundleName, const std::string &abilityName)… 430 virtual ErrCode GetAbilityLabel(const std::string &bundleName, const std::string &moduleName,
|
H A D | bundle_data_mgr.h | 393 ErrCode GetAbilityLabel(const std::string &bundleName, const std::string &moduleName,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 370 std::string ret = bundleMgrHostImpl_->GetAbilityLabel(BUNDLE_NAME, ABILITY_NAME); 383 … ErrCode ret = bundleMgrHostImpl_->GetAbilityLabel(BUNDLE_NAME, MOUDLE_NAME, ABILITY_NAME, label);
|
H A D | bms_bundle_permission_false_test.cpp | 429 std::string ret = bundleMgrHostImpl_->GetAbilityLabel(BUNDLE_NAME, ABILITY_NAME); 442 … ErrCode ret = bundleMgrHostImpl_->GetAbilityLabel(BUNDLE_NAME, MOUDLE_NAME, ABILITY_NAME, label);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 102 auto ret = bundleMgrHelper->GetAbilityLabel(bundleName, abilityName);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 225 …bundleMgrProxy.GetAbilityLabel(bundleName, std::string(reinterpret_cast<const char*>(data), size)); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 642 bundleMgrProxy->GetAbilityLabel(BUNDLE_NAME, ABILITY_NAME); in BenchmarkTestGetAbilityLabel()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | bg_continuous_task_napi_module.cpp | 157 return bundleMgr->GetAbilityLabel(bundleName, abilityInfo.name); in GetMainAbilityLabel()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 1021 std::string BundleMgrHostImpl::GetAbilityLabel(const std::string &bundleName, const std::string &ab… in GetAbilityLabel() function in OHOS::AppExecFwk::BundleMgrHostImpl 1044 ErrCode ret = dataMgr->GetAbilityLabel(bundleName, Constants::EMPTY_STRING, abilityName, label); in GetAbilityLabel() 1051 ErrCode BundleMgrHostImpl::GetAbilityLabel(const std::string &bundleName, const std::string &module… in GetAbilityLabel() function in OHOS::AppExecFwk::BundleMgrHostImpl 1069 return dataMgr->GetAbilityLabel(bundleName, moduleName, abilityName, label); in GetAbilityLabel()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/ |
H A D | bms_search_system_test.cpp | 969 std::string result = bundleMgrProxy->GetAbilityLabel(appName, abilityName);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 2712 std::string abilityLabel = bundleMgrProxy->GetAbilityLabel(appName, abilityName); 2713 …ErrCode abilityLabel1 = bundleMgrProxy->GetAbilityLabel(appName, abilityName, BASE_MODULE_NAME, la… 2761 std::string abilityLabel = bundleMgrProxy->GetAbilityLabel(errAppName, abilityName); 2762 … ErrCode abilityLabel1 = bundleMgrProxy->GetAbilityLabel("", abilityName, BASE_MODULE_NAME, label); 2808 std::string abilityLabel = bundleMgrProxy->GetAbilityLabel(appName, errAbilityName); 2841 std::string abilityLabel = bundleMgrProxy->GetAbilityLabel("", ""); 2869 std::string abilityLabel = bundleMgrProxy->GetAbilityLabel(appName, abilityName); 6902 std::string ret = bundleMgrProxy->GetAbilityLabel(bundleName, abilityName);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 2310 …ErrCode ret = GetBundleDataMgr()->GetAbilityLabel(BUNDLE_NAME_TEST, EMPTY_STRING, ABILITY_NAME_TES… 2326 …ErrCode ret = GetBundleDataMgr()->GetAbilityLabel(BUNDLE_NAME_TEST, EMPTY_STRING, ABILITY_NAME_TES… 2341 …ErrCode ret = GetBundleDataMgr()->GetAbilityLabel(BUNDLE_NAME_DEMO, EMPTY_STRING, ABILITY_NAME_TES… 2358 …ErrCode ret = GetBundleDataMgr()->GetAbilityLabel(BUNDLE_NAME_TEST, EMPTY_STRING, ABILITY_NAME_DEM… 2375 …ErrCode ret = GetBundleDataMgr()->GetAbilityLabel(BUNDLE_NAME_TEST, MODULE_NAME_TEST_1, ABILITY_NA… 2392 …ErrCode ret = GetBundleDataMgr()->GetAbilityLabel(BUNDLE_NAME_TEST, MODULE_NAME_TEST, ABILITY_NAME… 2409 …ErrCode ret = GetBundleDataMgr()->GetAbilityLabel(BUNDLE_NAME_TEST, MODULE_NAME_TEST, ABILITY_NAME… 2427 …ErrCode ret = hostImpl->GetAbilityLabel(BUNDLE_NAME_TEST, MODULE_NAME_TEST, ABILITY_NAME_DEMO, tes…
|