Home
last modified time | relevance | path

Searched refs:hasAttr (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h190 void GetBoolValue(const std::unique_ptr<JsonValue>& rootJson, const std::string& key, bool& value, bool& hasAttr) in GetBoolValue() argument
192 GetBoolValue(rootJson, dataJson_, nullptr, key, value, hasAttr); in GetBoolValue()
195 const std::unique_ptr<JsonValue>& propsJson, const std::string& key, bool& value, bool& hasAttr);
H A Djs_card_parser.cpp2020 const std::unique_ptr<JsonValue>& propsJson, const std::string& key, bool& value, bool& hasAttr) in GetBoolValue()
2028 hasAttr = true; in GetBoolValue()
2032 hasAttr = true; in GetBoolValue()
2036 hasAttr = false; in GetBoolValue()
2019 GetBoolValue(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson, const std::string& key, bool& value, bool& hasAttr) GetBoolValue() argument

Completed in 4 milliseconds