Home
last modified time | relevance | path

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

123

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_manager_test/
H A Dbms_bundle_resource_manager_test.cpp184 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 Dime_info_inquirer.cpp446 … 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 Dresource_manager.h37 virtual RState GetStringById(uint32_t id, std::string &outValue) = 0;
H A Dresource_manager_impl.h61 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 Dmock_resourceManager_interface1.h39 virtual RState GetStringById(uint32_t id, std::string& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp46 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 Dmock_resourceManager_interface1.h39 virtual RState GetStringById(uint32_t id, std::string& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp46 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 Dresource_manager_test.cpp310 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 Dbms_bundle_permission_token_test.cpp210 std::string retString = bundleMgrHostImpl_->GetStringById("", "", FLAGS, USERID, "");
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H A Dcm_napi_open_install_dialog.cpp233 …resCode = asyncContext->context->GetResourceManager()->GetStringById(bundleInfo.applicationInfo.la… in GetCallerLabelName()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h117 …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 Dmock_resource_manager_impl.h77 virtual RState GetStringById(uint32_t id, std::string &outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp55 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 Dform_info_mgr.cpp167 …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 Dresource_manager.h84 virtual RState GetStringById(uint32_t id, std::string &outValue) = 0;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp296 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 Djs_fontcollection.cpp274 state = reSourceManager->GetStringById(info.resId, rPath); in ParseResourcePath()
/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_impl.cpp150 RState state = resMgr_->GetStringById(resId, outValue); in GetString()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h116 virtual RState GetStringById(uint32_t id, std::string &outValue);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_parser.cpp312 auto ret = resourceManager->GetStringById(labelId, label); in ParseLabelResourceByResourceManager()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp271 auto state = resourceManager_->GetStringById(resId, strResult); in GetString()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms.cpp355 std::string label = iBundleMgr->GetStringById( in GetAbilityInfo()
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp368 if (resourceManager->GetStringById(resId, result) == Global::Resource::SUCCESS) { in GetResourceString()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp93 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()

123