Home
last modified time | relevance | path

Searched refs:CLIENT_RECONNECT_COOLING_TIME (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp123 … if (!eventHandler_->PostTask([this] { this->OnReconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in StartEventRunner()
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()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H A Dmmi_client.cpp133 …(!eventHandler_->PostTask([this] { return this->OnReconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in StartEventRunner()
212 …(!eventHandler_->PostTask([this] { return this->OnReconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in OnReconnect()
247 …(!eventHandler_->PostTask([this] { return this->OnReconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in OnDisconnected()
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_client.cpp114 if (!eventHandler_->PostTask([this] { this->Reconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in OnDisconnected()
125 if (!eventHandler_->PostTask([this] { this->Reconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in Reconnect()
/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_client.cpp122 if (!eventHandler_->PostTask([this] { this->Reconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in OnDisconnected()
133 if (!eventHandler_->PostTask([this] { this->Reconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in Reconnect()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dconfig_multimodal.h51 #define CLIENT_RECONNECT_COOLING_TIME 800 macro
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dproto.h40 inline constexpr int64_t CLIENT_RECONNECT_COOLING_TIME { 800 };