Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp223 bool ParseFloatUpdater(JSRef<JSObject>& updaterJsObject, OHOS::Ace::NG::ParticleFloatPropertyUpdate… in ParseFloatUpdater() argument
226 auto typeJsValue = updaterJsObject->GetProperty("type"); in ParseFloatUpdater()
234 auto configJsValue = updaterJsObject->GetProperty("config"); in ParseFloatUpdater()
307 auto updaterJsObject = JSRef<JSObject>::Cast(updaterJsValue); in ParseFloatOption() local
308 if (ParseFloatUpdater(updaterJsObject, updater, defaultValue, minValue, maxValue)) { in ParseFloatOption()
547 bool ParseColorUpdater(JSRef<JSObject>& updaterJsObject, OHOS::Ace::NG::ParticleColorPropertyUpdate… in ParseColorUpdater() argument
549 auto typeJsValue = updaterJsObject->GetProperty("type"); in ParseColorUpdater()
557 auto configJsValue = updaterJsObject->GetProperty("config"); in ParseColorUpdater()
608 auto updaterJsObject = JSRef<JSObject>::Cast(updaterJsValue); in ParseColorOption() local
609 if (ParseColorUpdater(updaterJsObject, updater)) { in ParseColorOption()