Home
last modified time | relevance | path

Searched defs:onReady (Results 1 - 8 of 8) 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
77 void CanvasModelNG::SetOnReady(FrameNode* frameNode, std::function<void()>&& onReady) in SetOnReady() argument
/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
H A Dnavdestination_model_ng.cpp498 void NavDestinationModelNG::SetOnReady(std::function<void(RefPtr<NavDestinationContext>)>&& onReady) in SetOnReady() argument
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_delegate.cpp272 auto onReady = *abilityComponent_->GetOnReady(); in OnReady() local
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddm_adapter.cpp29 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/bridge/declarative_frontend/jsview/
H A Djs_navdestination.cpp319 auto onReady = [execCtx = info.GetExecutionContext(), func = std::move(onReadyCallback)]( in SetOnReady() local
/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

Completed in 7 milliseconds