Home
last modified time | relevance | path

Searched refs:OnReconnect (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp123 if (!eventHandler_->PostTask([this] { this->OnReconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in StartEventRunner()
195 void Client::OnReconnect() in OnReconnect() function in OHOS::Msdp::DeviceStatus::Client
202 if (!eventHandler_->PostTask([this] { this->OnReconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in OnReconnect()
237 if (!eventHandler_->PostTask([this] { this->OnReconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in OnDisconnected()
/base/msdp/device_status/interfaces/innerkits/include/
H A Dclient.h57 void OnReconnect();

Completed in 1 milliseconds