Searched refs:ParseCjString (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.h | 432 bool ParseCjString(int64_t id, ResourceType type, const std::string& params, std::string& result); 433 bool ParseCjString(
|
H A D | cj_view_abstract_ffi.cpp | 1376 if (!ParseCjString(id, static_cast<ResourceType>(type), param, result)) { in FFIOHOSAceFrameworkGetResourceStr() 1385 if (!ParseCjString(id, static_cast<ResourceType>(type), count, plural, result)) { in FFIOHOSAceFrameworkGetResourcePluralStr() 1688 bool ParseCjString(int64_t id, ResourceType type, const std::string& params, std::string& result) in ParseCjString() function 1707 bool ParseCjString(int64_t id, ResourceType type, int64_t count, const std::string& plural, std::st… in ParseCjString() function
|