Home
last modified time | relevance | path

Searched refs:online_ (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()
38 if (online_ == nullptr || deviceInfo.authForm != IDENTICAL_ACCOUNT) { in OnDeviceOnline()
41 online_(deviceInfo); in OnDeviceOnline()
58 online_(deviceInfo); in OnDeviceChanged()
72 std::function<void(const DmDeviceInfo &)> online_; member in OHOS::MiscServices::DmStateObserver