Searched refs:ReplacePlaceholderWithParams (Results 1 - 4 of 4) sorted by relevance
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | string_utils_test.cpp | 108 * @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 D | string_utils.h | 36 bool ReplacePlaceholderWithParams(std::string &inputOutputValue, const ResConfigImpl &resConfig,
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 159 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 D | string_utils.cpp | 292 bool ReplacePlaceholderWithParams(std::string &inputOutputValue, const ResConfigImpl &resConfig, in ReplacePlaceholderWithParams() function
|
Completed in 5 milliseconds