Searched defs:onUpdate (Results 1 – 12 of 12) sorted by relevance
28 onUpdate(formId) { method in FormExtension
135 void SetOnUpdate(VideoEventCallback&& onUpdate) in SetOnUpdate()143 auto onUpdate = onUpdate_; in FireUpdateEvent() local
193 void VideoModelNG::SetOnUpdate(VideoEventFunc&& onUpdate) in SetOnUpdate()
41 void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) in SubscribeUpdate()
159 …void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) over… in SubscribeUpdate()
180 onUpdate(callback: (event: { time: number }) => void): VideoAttribute { method in ArkVideoComponent
160 void VideoModelImpl::SetOnUpdate(VideoEventFunc&& onUpdate) in SetOnUpdate()
296 …auto onUpdate = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode… in JsOnUpdate() local
195 …al void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) {} in SubscribeUpdate()
90 …ributedUI::SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) in SubscribeUpdate()
871 …VideoEventCallback onUpdate = [&updateCheck](const std::string& /* param */) { updateCheck = VIDEO… in __anon7bb6bdac0802() variable
8604 onUpdate(callback) { method in ArkVideoComponent