Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_menu.h50 double GetJsonDouble(const std::unique_ptr<JsonValue>& json, const std::string& name, double defaultValue) const;
H A Ddom_menu.cpp186 double DOMMenu::GetJsonDouble( in GetJsonDouble() function in OHOS::Ace::Framework::DOMMenu
203 double x = GetJsonDouble(argsValue, "x", 0); in CallSpecializedMethod()
204 double y = GetJsonDouble(argsValue, "y", 0); in CallSpecializedMethod()

Completed in 1 milliseconds