Home
last modified time | relevance | path

Searched refs:ParseSpecialVariable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h148 bool ParseSpecialVariable(std::string& value);
H A Djs_card_parser.cpp1353 GetVariable(variable, dataJson) || ParseSpecialVariable(variable) || in ParseVariable()
1539 bool JsCardParser::ParseSpecialVariable(std::string& value) in ParseSpecialVariable() function in OHOS::Ace::Framework::JsCardParser