Searched refs:online_ (Results 1 – 1 of 1) sorted by relevance
33 :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