Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h325 static bool ParseJsonDouble(const std::unique_ptr<JsonValue>& jsonValue, double& result);
H A Djs_view_abstract.cpp7184 if (ParseJsonDouble(argsPtrItem->GetValue("low"), low)) { in ParseInvertProps()
7188 if (ParseJsonDouble(argsPtrItem->GetValue("high"), high)) { in ParseInvertProps()
7192 if (ParseJsonDouble(argsPtrItem->GetValue("threshold"), threshold)) { in ParseInvertProps()
7196 if (ParseJsonDouble(argsPtrItem->GetValue("thresholdRange"), thresholdRange)) { in ParseInvertProps()
9262 bool JSViewAbstract::ParseJsonDouble(const std::unique_ptr<JsonValue>& jsonValue, double& result) in ParseJsonDouble() function in OHOS::Ace::Framework::JSViewAbstract
9615 if (ParseJsonDouble(stopValue, value)) { in GetGradientColorStops()
9649 if (ParseJsonDouble(stopValue, value)) { in NewGetGradientColorStops()