Searched refs:updaterJsObject (Results 1 – 1 of 1) sorted by relevance
223 bool ParseFloatUpdater(JSRef<JSObject>& updaterJsObject, OHOS::Ace::NG::ParticleFloatPropertyUpdate… in ParseFloatUpdater() argument226 auto typeJsValue = updaterJsObject->GetProperty("type"); in ParseFloatUpdater()234 auto configJsValue = updaterJsObject->GetProperty("config"); in ParseFloatUpdater()307 auto updaterJsObject = JSRef<JSObject>::Cast(updaterJsValue); in ParseFloatOption() local308 if (ParseFloatUpdater(updaterJsObject, updater, defaultValue, minValue, maxValue)) { in ParseFloatOption()547 bool ParseColorUpdater(JSRef<JSObject>& updaterJsObject, OHOS::Ace::NG::ParticleColorPropertyUpdate… in ParseColorUpdater() argument549 auto typeJsValue = updaterJsObject->GetProperty("type"); in ParseColorUpdater()557 auto configJsValue = updaterJsObject->GetProperty("config"); in ParseColorUpdater()608 auto updaterJsObject = JSRef<JSObject>::Cast(updaterJsValue); in ParseColorOption() local609 if (ParseColorUpdater(updaterJsObject, updater)) { in ParseColorOption()