Home
last modified time | relevance | path

Searched refs:ReplacePlaceholderWithParams (Results 1 - 4 of 4) sorted by relevance

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dstring_utils_test.cpp108 * @tc.desc: Test ReplacePlaceholderWithParams function
119 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams); in HWTEST_F()
125 * @tc.desc: Test ReplacePlaceholderWithParams function
136 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams); in HWTEST_F()
142 * @tc.desc: Test ReplacePlaceholderWithParams function
153 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams); in HWTEST_F()
159 ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams); in HWTEST_F()
166 * @tc.desc: Test ReplacePlaceholderWithParams function
177 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams); in HWTEST_F()
184 * @tc.desc: Test ReplacePlaceholderWithParams functio
[all...]
/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dstring_utils.h36 bool ReplacePlaceholderWithParams(std::string &inputOutputValue, const ResConfigImpl &resConfig,
/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp159 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetStringFormatById()
177 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetStringFormatByName()
1532 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetStringFormatById()
1547 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetStringFormatByName()
1573 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetFormatPluralStringById()
1600 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetFormatPluralStringByName()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp292 bool ReplacePlaceholderWithParams(std::string &inputOutputValue, const ResConfigImpl &resConfig, in ReplacePlaceholderWithParams() function

Completed in 5 milliseconds