Home
last modified time | relevance | path

Searched defs:onUpdate (Results 1 – 6 of 6) sorted by relevance

/foundation/ability/form_fwk/frameworks/js/napi/form_extension/
Dform_extension.js28 onUpdate(formId) { method in FormExtension
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
Dvideo_event_hub.h113 void SetOnUpdate(EventCallback&& onUpdate) in SetOnUpdate()
Dvideo_model_ng.cpp151 void VideoModelNG::SetOnUpdate(VideoEventFunc&& onUpdate) in SetOnUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dvideo_model_impl.cpp155 void VideoModelImpl::SetOnUpdate(VideoEventFunc&& onUpdate) in SetOnUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_video.cpp239 …auto onUpdate = [execCtx = args.GetExecutionContext(), func = std::move(jsFunc)](const std::string… in JsOnUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/video/
Dvideo_pattern_test_ng.cpp914 …EventCallback onUpdate = [&updateCheck](const std::string& /* param */) { updateCheck = VIDEO_UPDA… in __anonc1d68d740802() variable