Home
last modified time | relevance | path

Searched refs:onReady_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddm_adapter.cpp33 :online_(std::move(online)), onReady_(std::move(onReady)), offline_(std::move(offline)) in DmStateObserver()
65 if (onReady_ == nullptr || deviceInfo.authForm != IDENTICAL_ACCOUNT) { in OnDeviceReady()
68 onReady_(deviceInfo); in OnDeviceReady()
73 std::function<void(const DmDeviceInfo &)> onReady_; member in OHOS::MiscServices::DmStateObserver
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp471 onReady_ = std::move(func); in SetOnReady()
476 if (onReady_) { in FireOnReady()
477 onReady_(); in FireOnReady()
H A Drich_editor_event_hub.h381 std::function<void()> onReady_; variable