/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_manager_test/ |
H A D | bms_bundle_resource_manager_test.cpp | 184 std::string label = dataMgr->GetStringById( 200 std::string label = dataMgr->GetStringById( 204 std::string description = dataMgr->GetStringById( 221 std::string description = dataMgr->GetStringById( 238 std::string abilityLabel = dataMgr->GetStringById( 255 std::string description = dataMgr->GetStringById( 272 std::string description = dataMgr->GetStringById(
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | ime_info_inquirer.cpp | 446 … subProp.label = GetStringById(extInfo->bundleName, extInfo->moduleName, extInfo->labelId, userId); in GetSubProperty() 466 …subProperty.label = GetStringById(extInfo.bundleName, extInfo.moduleName, extInfo.labelId, userId); in ListInputMethodSubtype() 512 … subProp.label = GetStringById(extInfo.bundleName, extInfo.moduleName, subProp.labelId, userId); in GetSubProperty() 559 auto errValue = resMgr->GetStringById(subProp.labelId, subProp.label); in ListInputMethodSubtype() 623 std::string ImeInfoInquirer::GetStringById(const std::string &bundleName, const std::string &module… in GetStringById() function in OHOS::MiscServices::ImeInfoInquirer 627 …return bundleMgr == nullptr ? "" : bundleMgr->GetStringById(bundleName, moduleName, labelId, userI… in GetStringById() 1182 … return GetStringById(extension.bundleName, extension.moduleName, extension.labelId, userId); in GetTargetString() 1185 … return GetStringById(extension.bundleName, extension.applicationInfo.labelResource.moduleName, in GetTargetString() 1190 … return GetStringById(extension.bundleName, extension.moduleName, extension.descriptionId, userId); in GetTargetString() 1193 …return GetStringById(extension.bundleName, extension.applicationInfo.descriptionResource.moduleNam… in GetTargetString()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | resource_manager.h | 37 virtual RState GetStringById(uint32_t id, std::string &outValue) = 0;
|
H A D | resource_manager_impl.h | 61 virtual RState GetStringById(uint32_t id, std::string &outValue);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 39 virtual RState GetStringById(uint32_t id, std::string& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 46 virtual RState GetStringById(uint32_t id, std::string& outValue) in GetStringById() function in OHOS::Global::Resource::ResourceManagerTestInstance
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 39 virtual RState GetStringById(uint32_t id, std::string& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 46 virtual RState GetStringById(uint32_t id, std::string& outValue) in GetStringById() function in OHOS::Global::Resource::ResourceManagerTestInstance
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test.cpp | 310 rm->GetStringById(id, outValue); 314 rm->GetStringById(id, outValue); 1098 rState = rm->GetStringById(id, outValue); 1130 rState = rm->GetStringById(id, outValue); 1162 rState = rm->GetStringById(id, outValue); 1194 rState = rm->GetStringById(id, outValue);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_token_test.cpp | 210 std::string retString = bundleMgrHostImpl_->GetStringById("", "", FLAGS, USERID, "");
|
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/dialog/ |
H A D | cm_napi_open_install_dialog.cpp | 233 …resCode = asyncContext->context->GetResourceManager()->GetStringById(bundleInfo.applicationInfo.la… in GetCallerLabelName()
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | ime_info_inquirer.h | 117 …std::string GetStringById(const std::string &bundleName, const std::string &moduleName, const uint…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 77 virtual RState GetStringById(uint32_t id, std::string &outValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 55 RState ResourceManagerImpl::GetStringById(uint32_t id, std::string &outValue) in GetStringById() function in OHOS::Global::Resource::ResourceManagerImpl
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_info_mgr.cpp | 167 …auto state = resourceManager->GetStringById(static_cast<uint32_t>(formInfo.displayNameId), display… in GetFormInfoDisplayName() 182 …auto state = resourceManager->GetStringById(static_cast<uint32_t>(formInfo.descriptionId), descrip… in GetFormInfoDescription()
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 84 virtual RState GetStringById(uint32_t id, std::string &outValue) = 0;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | context_deal.cpp | 296 OHOS::Global::Resource::RState errval = resourceManager_->GetStringById(resId, ret); in GetString()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/ |
H A D | js_fontcollection.cpp | 274 state = reSourceManager->GetStringById(info.resId, rPath); in ParseResourcePath()
|
/ohos5.0/base/global/resource_management/interfaces/cj/src/ |
H A D | resource_manager_impl.cpp | 150 RState state = resMgr_->GetStringById(resId, outValue); in GetString()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 116 virtual RState GetStringById(uint32_t id, std::string &outValue);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_parser.cpp | 312 auto ret = resourceManager->GetStringById(labelId, label); in ParseLabelResourceByResourceManager()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl_standard.cpp | 271 auto state = resourceManager_->GetStringById(resId, strResult); in GetString()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_bms.cpp | 355 std::string label = iBundleMgr->GetStringById( in GetAbilityInfo()
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/ |
H A D | ohos_resource_adapter_impl.cpp | 368 if (resourceManager->GetStringById(resId, result) == Global::Resource::SUCCESS) { in GetResourceString()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 93 RState ResourceManagerImpl::GetStringById(uint32_t id, std::string &outValue) in GetStringById() function in OHOS::Global::Resource::ResourceManagerImpl 153 RState state = GetStringById(id, outValue); in GetStringFormatById() 1546 RState state = GetStringById(id, outValue); in GetStringFormatById()
|