Home
last modified time | relevance | path

Searched defs:onReady (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
Dcanvas_model.h32 virtual void SetOnReady(std::function<void(uint32_t)>&& onReady) {}; in SetOnReady()
33 virtual void SetOnReady(std::function<void()>&& onReady) {}; in SetOnReady()
Dcanvas_model_ng.cpp57 void CanvasModelNG::SetOnReady(std::function<void()>&& onReady) in SetOnReady()
96 void CanvasModelNG::SetOnReady(FrameNode* frameNode, std::function<void()>&& onReady) in SetOnReady()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkCanvas.ts21 onReady(event: () => void): this { method in ArkCanvasComponent
DArkRichEditor.ts309 onReady(callback: () => void): RichEditorAttribute { method in ArkRichEditorComponent
/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/__test__/
Dindex.test.js375 const onReady = jest.fn().mockReturnValue('onReady'); constant
382 onReady, property
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
Dnavdestination_event_hub.h90 void SetOnReady(const std::function<void(RefPtr<NavDestinationContext>)>& onReady) in SetOnReady()
Dnavdestination_model_ng.cpp533 void NavDestinationModelNG::SetOnReady(std::function<void(RefPtr<NavDestinationContext>)>&& onReady) in SetOnReady()
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
Ddm_adapter.cpp31 const std::function<void(const DmDeviceInfo &)> onReady, in DmStateObserver()
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
Dability_component_delegate.cpp272 auto onReady = *abilityComponent_->GetOnReady(); in OnReady() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Drich_editor_modifier.cpp202 auto onReady = reinterpret_cast<std::function<void(void)>*>(callback); in SetRichEditorOnReady() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_navdestination.cpp367 auto onReady = [execCtx = info.GetExecutionContext(), func = std::move(onReadyCallback)]( in SetOnReady() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js8571 onReady(callback) { method in ArkRichEditorComponent
31114 onReady(event) { method in ArkCanvasComponent