Home
last modified time | relevance | path

Searched refs:GetStringById (Results 1 – 16 of 16) sorted by relevance

/base/inputmethod/imf/services/src/
Dime_info_inquirer.cpp136GetStringById(extInfos[0].bundleName, extInfos[0].moduleName, extInfos[0].applicationInfo.labelId,… in GetImeInfoFromBundleMgr()
231 …auto label = GetStringById(extension.bundleName, extension.moduleName, applicationInfo.labelId, us… in ListInputMethodInfo()
233GetStringById(extension.bundleName, extension.moduleName, applicationInfo.descriptionId, userId); in ListInputMethodInfo()
277GetStringById(extension.bundleName, extension.moduleName, extension.applicationInfo.labelId, userI… in ListInputMethod()
369 …subProperty.label = GetStringById(extInfo.bundleName, extInfo.moduleName, extInfo.labelId, userId); in ListInputMethodSubtype()
410 … subProp.label = GetStringById(extInfo.bundleName, extInfo.moduleName, subProp.labelId, userId); in ListInputMethodSubtype()
441 std::string ImeInfoInquirer::GetStringById( in GetStringById() function in OHOS::MiscServices::ImeInfoInquirer
445 …return bundleMgr == nullptr ? "" : bundleMgr->GetStringById(bundleName, moduleName, labelId, userI… in GetStringById()
492GetStringById(extInfos[0].bundleName, extInfos[0].moduleName, extInfos[0].applicationInfo.labelId,… in GetCurrentInputMethod()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dresource_manager.h37 virtual RState GetStringById(uint32_t id, std::string &outValue) = 0;
Dresource_manager_impl.h61 virtual RState GetStringById(uint32_t id, std::string &outValue);
/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
Dresmgr_fuzzer.cpp35 result = rm->GetStringById(testId, extraInfo); in GetStringByIdFuzzTest()
/base/inputmethod/imf/services/include/
Dime_info_inquirer.h74 std::string GetStringById(
/base/global/resource_management/interfaces/inner_api/include/
Dresource_manager.h70 virtual RState GetStringById(uint32_t id, std::string &outValue) = 0;
/base/global/resource_management/frameworks/resmgr/include/
Dresource_manager_impl.h107 virtual RState GetStringById(uint32_t id, std::string &outValue);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dresource_manager_test.cpp1044 rState = rm->GetStringById(id, outValue);
1076 rState = rm->GetStringById(id, outValue);
1108 rState = rm->GetStringById(id, outValue);
1140 rState = rm->GetStringById(id, outValue);
Dresource_manager_test_common.cpp76 RState rState = rm->GetStringById(id, outValue); in TestStringById()
Dresource_manager_performance_test.cpp310 rm->GetStringById(ids[i], outValue);
Dresource_manager_test_string.cpp112 RState state = rm->GetStringById(NON_EXIST_ID, outValue);
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_impl.cpp79 RState ResourceManagerImpl::GetStringById(uint32_t id, std::string &outValue) in GetStringById() function in OHOS::Global::Resource::ResourceManagerImpl
1160 RState state = GetStringById(id, outValue); in GetStringFormatById()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dresource_manager_impl.cpp71 RState ResourceManagerImpl::GetStringById(uint32_t id, std::string &outValue) in GetStringById() function in OHOS::Global::Resource::ResourceManagerImpl
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dresource_manager_test.cpp98 rState = rm->GetStringById(id, outValue); in TestStringById()
422 RState state = rm->GetStringById(NON_EXIST_ID, outValue);
Dresource_manager_performance_test.cpp298 rm->GetStringById(ids[i], outValue);
/base/global/resource_management/interfaces/js/innerkits/core/src/
Dresource_manager_napi_async_impl.cpp381 RState state = resMgr->GetStringById(resId, dataContext->value_); in __anonc2ab6a610102()