Home
last modified time | relevance | path

Searched refs:onReady (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_model.h31 virtual void SetOnReady(std::function<void(uint32_t)>&& onReady) {}; in SetOnReady() argument
32 virtual void SetOnReady(std::function<void()>&& onReady) {}; in SetOnReady() argument
H A Dcanvas_model_ng.cpp47 void CanvasModelNG::SetOnReady(std::function<void()>&& onReady) in SetOnReady() argument
54 auto func = onReady; in SetOnReady()
77 void CanvasModelNG::SetOnReady(FrameNode* frameNode, std::function<void()>&& onReady) in SetOnReady() argument
82 auto func = onReady; in SetOnReady()
H A Dcanvas_model_ng.h25 void SetOnReady(std::function<void()>&& onReady) override;
29 static void SetOnReady(FrameNode* frameNode, std::function<void()>&& onReady);
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/dfx/dfx6/
H A Dindex.js29 onReady: lifeCycleFunc().onReady,
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/dfx/dfx5/
H A Dindex.js30 onReady: lifeCycleFunc().onReady,
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/dfx/dfx4/
H A Dindex.js33 onReady: lifeCycleFunc().onReady,
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_model_impl.h25 void SetOnReady(std::function<void(uint32_t)>&& onReady) override;
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/common/js/
H A Dpicker_view.js23 onReady: function() {
24 console.log("onReady called...");
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_event_hub.h92 void SetOnReady(const std::function<void(RefPtr<NavDestinationContext>)>& onReady) in SetOnReady() argument
94 onReadyEvent_ = onReady; in SetOnReady()
H A Dnavdestination_model.h51 virtual void SetOnReady(std::function<void(RefPtr<NG::NavDestinationContext>)>&& onReady) = 0;
H A Dnavdestination_model_ng.h47 void SetOnReady(std::function<void(RefPtr<NavDestinationContext>)>&& onReady) override;
H A Dnavdestination_model_ng.cpp498 void NavDestinationModelNG::SetOnReady(std::function<void(RefPtr<NavDestinationContext>)>&& onReady) in SetOnReady() argument
504 navDestinationEventHub->SetOnReady(onReady); in SetOnReady()
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_delegate.cpp28 constexpr char ABILITY_COMPONENT_EVENT_READY[] = "onReady";
272 auto onReady = *abilityComponent_->GetOnReady(); in OnReady() local
274 [onReady]() { in OnReady()
275 if (onReady) { in OnReady()
276 onReady(); in OnReady()
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/async/async001/
H A Dindex.js26 onReady() {
27 console.log("onReady called...");
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/common/js/
H A Dgeneral.js91 onReady() {
92 console.log("onReady called...");
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddm_adapter.cpp30 const std::function<void(const DmDeviceInfo &)> onReady, in DmStateObserver()
32 : online_(std::move(online)), onReady_(std::move(onReady)), offline_(std::move(offline)) in DmStateObserver()
29 DmStateObserver(const std::function<void(const DmDeviceInfo &)> online, const std::function<void(const DmDeviceInfo &)> onReady, const std::function<void(const DmDeviceInfo &)> offline) DmStateObserver() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drich_editor_modifier.cpp203 auto onReady = reinterpret_cast<std::function<void(void)>*>(callback); in SetRichEditorOnReady() local
204 RichEditorModelNG::SetOnReady(frameNode, std::move(*onReady)); in SetRichEditorOnReady()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination.cpp319 auto onReady = [execCtx = info.GetExecutionContext(), func = std::move(onReadyCallback)]( in SetOnReady() local
326 ACE_SCORING_EVENT("NavDestination.onReady"); in SetOnReady()
331 NavDestinationModel::GetInstance()->SetOnReady(std::move(onReady)); in SetOnReady()
546 JSClass<JSNavDestination>::StaticMethod("onReady", &JSNavDestination::SetOnReady); in JSBind()
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js138 Canvas.onReady(() => {
/foundation/arkui/ace_engine/advanced_ui_component/filter/interfaces/
H A Dfilter.js162 Canvas.onReady(() => {
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js8355 onReady(callback) {
30455 onReady(event) {

Completed in 45 milliseconds