Home
last modified time | relevance | path

Searched refs:GetAbilityLabel (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getabilitylabel_fuzzer/
H A Dgetabilitylabel_fuzzer.cpp35 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 Dpermission_utils.cpp138 return bundleManager_->GetAbilityLabel(bundleName, abilityName); in GetPackageNameByBundleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dnative_module.cpp88 DECLARE_NAPI_FUNCTION("getAbilityLabel", GetAbilityLabel), in Init()
H A Dbundle_mgr.h338 napi_value GetAbilityLabel(napi_env env, napi_callback_info info);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp114 DECLARE_NAPI_FUNCTION("getAbilityLabel", GetAbilityLabel), in BundleManagerExport()
H A Dbundle_manager.h303 napi_value GetAbilityLabel(napi_env env, napi_callback_info info);
H A Dbundle_manager_sync.cpp583 iBundleMgr->GetAbilityLabel(bundleName, moduleName, abilityName, abilityLabel)); in GetAbilityLabelSync()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp89 bmHelper->GetAbilityLabel(stringParam, stringParam); in BundleMgrHelperFuzztest1()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h47 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 Dbundle_mgr_interface.h596 … 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 Dbundle_mgr_proxy.h438 …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 Dbundle_mgr_helper.cpp323 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 Dpermission_utils.cpp136 packageName = bundleMgr->GetAbilityLabel(bundleName, abilityName); in GetPackageNameFromCache()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h421 …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 Dbundle_data_mgr.h393 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 Dbms_bundle_permission_system_app_test.cpp370 std::string ret = bundleMgrHostImpl_->GetAbilityLabel(BUNDLE_NAME, ABILITY_NAME);
383 … ErrCode ret = bundleMgrHostImpl_->GetAbilityLabel(BUNDLE_NAME, MOUDLE_NAME, ABILITY_NAME, label);
H A Dbms_bundle_permission_false_test.cpp429 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 Dbundle_mgr_helper_test.cpp102 auto ret = bundleMgrHelper->GetAbilityLabel(bundleName, abilityName);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp225 …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 Dbundlemgr_proxy_test.cpp642 bundleMgrProxy->GetAbilityLabel(BUNDLE_NAME, ABILITY_NAME); in BenchmarkTestGetAbilityLabel()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dbg_continuous_task_napi_module.cpp157 return bundleMgr->GetAbilityLabel(bundleName, abilityInfo.name); in GetMainAbilityLabel()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1021 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 Dbms_search_system_test.cpp969 std::string result = bundleMgrProxy->GetAbilityLabel(appName, abilityName);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp2712 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 Dbms_bundle_kit_service_test.cpp2310 …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…

12