Searched defs:onUpdate (Results 1 – 13 of 13) sorted by relevance
28 onUpdate(formId) { method in FormExtension
135 void SetOnUpdate(VideoEventCallback&& onUpdate) in SetOnUpdate()143 auto onUpdate = onUpdate_; in FireUpdateEvent() local
194 void VideoModelNG::SetOnUpdate(VideoEventFunc&& onUpdate) in SetOnUpdate()
41 void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) in SubscribeUpdate()
191 …void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) over… in SubscribeUpdate()
171 onUpdate(callback: (event: { time: number }) => void): VideoAttribute { method in ArkVideoComponent
161 void VideoModelImpl::SetOnUpdate(VideoEventFunc&& onUpdate) in SetOnUpdate()
143 const std::string &key, SettingObserver::UpdateFunc onUpdate) in RegisterSettingObserver()
336 …auto onUpdate = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode… in JsOnUpdate() local
213 …al void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) {} in SubscribeUpdate()
91 …ributedUI::SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) in SubscribeUpdate()
647 …VideoEventCallback onUpdate = [&updateCheck](const std::string& /* param */) { updateCheck = VIDEO… in __anon9f1e246b0802() variable
14792 onUpdate(callback) { method in ArkVideoComponent