Home
last modified time | relevance | path

Searched refs:offline_ (Results 1 – 1 of 1) 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()
47 if (offline_ == nullptr || deviceInfo.authForm != IDENTICAL_ACCOUNT) { in OnDeviceOffline()
50 offline_(deviceInfo); in OnDeviceOffline()
74 std::function<void(const DmDeviceInfo &)> offline_; member in OHOS::MiscServices::DmStateObserver