Home
last modified time | relevance | path

Searched refs:CLIENT_RECONNECT_COOLING_TIME (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/util/common/include/
H A Dconfig_multimodal.h51 #define CLIENT_RECONNECT_COOLING_TIME 800 macro
/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()
/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H A Dmmi_client.cpp130 if (!eventHandler_->PostTask([this] { return this->OnReconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in StartEventRunner()
209 if (!eventHandler_->PostTask([this] { return this->OnReconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in OnReconnect()
244 if (!eventHandler_->PostTask([this] { return this->OnReconnect(); }, CLIENT_RECONNECT_COOLING_TIME)) { in OnDisconnected()

Completed in 2 milliseconds