| /base/inputmethod/imf/services/src/ |
| D | ime_info_inquirer.cpp | 136 …GetStringById(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() 233 … GetStringById(extension.bundleName, extension.moduleName, applicationInfo.descriptionId, userId); in ListInputMethodInfo() 277 …GetStringById(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() 492 …GetStringById(extInfos[0].bundleName, extInfos[0].moduleName, extInfos[0].applicationInfo.labelId,… in GetCurrentInputMethod()
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
| D | resource_manager.h | 37 virtual RState GetStringById(uint32_t id, std::string &outValue) = 0;
|
| D | resource_manager_impl.h | 61 virtual RState GetStringById(uint32_t id, std::string &outValue);
|
| /base/global/resource_management/test/fuzztest/resmgr_fuzzer/ |
| D | resmgr_fuzzer.cpp | 35 result = rm->GetStringById(testId, extraInfo); in GetStringByIdFuzzTest()
|
| /base/inputmethod/imf/services/include/ |
| D | ime_info_inquirer.h | 74 std::string GetStringById(
|
| /base/global/resource_management/interfaces/inner_api/include/ |
| D | resource_manager.h | 70 virtual RState GetStringById(uint32_t id, std::string &outValue) = 0;
|
| /base/global/resource_management/frameworks/resmgr/include/ |
| D | resource_manager_impl.h | 107 virtual RState GetStringById(uint32_t id, std::string &outValue);
|
| /base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
| D | resource_manager_test.cpp | 1044 rState = rm->GetStringById(id, outValue); 1076 rState = rm->GetStringById(id, outValue); 1108 rState = rm->GetStringById(id, outValue); 1140 rState = rm->GetStringById(id, outValue);
|
| D | resource_manager_test_common.cpp | 76 RState rState = rm->GetStringById(id, outValue); in TestStringById()
|
| D | resource_manager_performance_test.cpp | 310 rm->GetStringById(ids[i], outValue);
|
| D | resource_manager_test_string.cpp | 112 RState state = rm->GetStringById(NON_EXIST_ID, outValue);
|
| /base/global/resource_management/frameworks/resmgr/src/ |
| D | resource_manager_impl.cpp | 79 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/ |
| D | resource_manager_impl.cpp | 71 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/ |
| D | resource_manager_test.cpp | 98 rState = rm->GetStringById(id, outValue); in TestStringById() 422 RState state = rm->GetStringById(NON_EXIST_ID, outValue);
|
| D | resource_manager_performance_test.cpp | 298 rm->GetStringById(ids[i], outValue);
|
| /base/global/resource_management/interfaces/js/innerkits/core/src/ |
| D | resource_manager_napi_async_impl.cpp | 381 RState state = resMgr->GetStringById(resId, dataContext->value_); in __anonc2ab6a610102()
|