Home
last modified time | relevance | path

Searched defs:onUpdate (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h41 void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) in SubscribeUpdate() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dvideo_model_impl.cpp162 void VideoModelImpl::SetOnUpdate(VideoEventFunc&& onUpdate) in SetOnUpdate() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_event_hub.h135 void SetOnUpdate(VideoEventCallback&& onUpdate) in SetOnUpdate() argument
143 auto onUpdate = onUpdate_; in FireUpdateEvent() local
H A Dvideo_model_ng.cpp194 void VideoModelNG::SetOnUpdate(VideoEventFunc&& onUpdate) in SetOnUpdate() argument
/foundation/multimodalinput/input/service/account_manager/src/
H A Daccount_manager.cpp142 RegisterSettingObserver( const std::string &key, SettingObserver::UpdateFunc onUpdate) RegisterSettingObserver() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp84 void DistributedUI::SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) in SubscribeUpdate() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.cpp326 auto onUpdate = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode]( in JsOnUpdate() local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h218 virtual void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) {} in SubscribeUpdate() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng.cpp649 VideoEventCallback onUpdate = [&updateCheck](const std::string& /* param */) { updateCheck = VIDEO_UPDATE_EVENT; }; in HWTEST_F() local

Completed in 8 milliseconds