Home
last modified time | relevance | path

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

123

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_string.cpp1301 rState = rm->GetStringByName("mccmnc_str", outValue);
1329 rState = rm->GetStringByName("mccmnc_str", outValue);
1360 rState = rm->GetStringByName("mccmnc_str", outValue);
1391 rState = rm->GetStringByName("mccmnc_str", outValue);
1422 rState = rm->GetStringByName("mccmnc_str", outValue);
1453 rState = rm->GetStringByName("mccmnc_str", outValue);
1484 rState = rm->GetStringByName("mccmnc_str", outValue);
1512 rState = rm->GetStringByName("mccmnc_str", outValue);
1539 rState = rm->GetStringByName("mccmnc_str", outValue);
1569 rState = rm->GetStringByName("mccmnc_str", outValue);
[all …]
H A Dresource_manager_test.cpp1224 rState = rm->GetStringByName("point_test", outValue);
1254 rState = rm->GetStringByName("point_test", outValue);
1284 rState = rm->GetStringByName("point_test", outValue);
1314 rState = rm->GetStringByName("point_test", outValue);
1343 rState = rm->GetStringByName("point_test", outValue);
1373 rState = rm->GetStringByName("hello", outValue);
1846 state = rm->GetStringByName("same_name", outValue);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h140 std::string GetStringByName(const std::string& resName) const in GetStringByName() function
144 return resourceAdapter_->GetStringByName(resName); in GetStringByName()
147 return themeConstants_->GetStringByName(resName); in GetStringByName()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H A Dtheme_mock.h43 std::string GetStringByName(const std::string& resName) override;
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.h43 std::string GetStringByName(const std::string& resName) override;
H A Dmock_theme_constants.cpp80 std::string ThemeConstants::GetStringByName(const std::string& resName) const in GetStringByName() function in OHOS::Ace::ThemeConstants
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp143 result = StringUtils::StringToDimension(resAdapter_->GetStringByName(resName)); in GetDimensionByName()
221 std::string ThemeConstants::GetStringByName(const std::string& resName) const in GetStringByName() function in OHOS::Ace::ThemeConstants
226 return resAdapter_->GetStringByName(resName); in GetStringByName()
H A Dresource_adapter.h69 virtual std::string GetStringByName(const std::string& resName) in GetStringByName() function
H A Dtheme_constants.h142 std::string GetStringByName(const std::string& resName) const;
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dresource_manager_addon.cpp90 DECLARE_NAPI_FUNCTION("getStringByName", GetStringByName), in Init()
228 napi_value ResourceManagerAddon::GetStringByName(napi_env env, napi_callback_info info) in GetStringByName() function in OHOS::Global::Resource::ResourceManagerAddon
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.h43 std::string GetStringByName(const std::string& resName) override;
H A Dresource_adapter_impl_standard.cpp279 std::string ResourceAdapterImpl::GetStringByName(const std::string& resName) in GetStringByName() function in OHOS::Ace::ResourceAdapterImpl
284 auto state = resourceManager_->GetStringByName(actualResName.c_str(), strResult); in GetStringByName()
/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_interface.h58 virtual int32_t GetStringByName(const char *name, std::string &outValue) = 0;
H A Dresource_manager_impl.cpp159 int32_t ResourceManagerImpl::GetStringByName(const char *name, std::string &outValue) in GetStringByName() function in OHOS::Resource::ResourceManagerImpl
161 RState state = resMgr_->GetStringByName(name, outValue); in GetStringByName()
H A Dresource_manager_impl.h57 int32_t GetStringByName(const char *name, std::string &outValue) override;
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h39 virtual RState GetStringByName(const char *name, std::string &outValue) = 0;
H A Dresource_manager_impl.h69 virtual RState GetStringByName(const char *name, std::string &outValue);
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_async_impl.h88 static napi_value GetStringByName(napi_env env, napi_callback_info info);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h42 virtual RState GetStringByName(const char* name, std::string& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp63 virtual RState GetStringByName(const char* name, std::string& outValue) in GetStringByName() 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.h42 virtual RState GetStringByName(const char* name, std::string& outValue) = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.h46 std::string GetStringByName(const std::string& resName) override;
H A Dresource_adapter_impl_v2.h49 std::string GetStringByName(const std::string& resName) override;
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dresource_manager_addon.h80 static napi_value GetStringByName(napi_env env, napi_callback_info info);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dresource_utils.cpp423 if (GetStringByName(iter.first.c_str(), strValue)) { in SaveAllValue()
454 bool ResourceUtils::GetStringByName(std::string name, std::string &value) in GetStringByName() function in OHOS::Telephony::ResourceUtils
456 Global::Resource::RState state = resourceManager_->GetStringByName(name.c_str(), value); in GetStringByName()

123