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
219 void VideoModelNG::SetOnUpdate(VideoEventFunc&& onUpdate) in SetOnUpdate()
41 void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) in SubscribeUpdate()
195 …void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) over… in SubscribeUpdate()
214 onUpdate(callback: (event: { time: number }) => void): VideoAttribute { method in ArkVideoComponent
162 void VideoModelImpl::SetOnUpdate(VideoEventFunc&& onUpdate) in SetOnUpdate()
144 const std::string &key, SettingObserver::UpdateFunc onUpdate) in RegisterSettingObserver()
354 …auto onUpdate = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode… in JsOnUpdate() local
224 …al void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) {} in SubscribeUpdate()
646 …VideoEventCallback onUpdate = [&updateCheck](const std::string& /* param */) { updateCheck = VIDEO… in __anon1e7e222d0802() variable
91 …ributedUI::SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) in SubscribeUpdate()
15611 onUpdate(callback) { method in ArkVideoComponent