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 D | client.cpp | 123 … 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 D | mmi_client.cpp | 133 …(!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 D | socket_client.cpp | 114 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 D | socket_client.cpp | 122 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 D | config_multimodal.h | 51 #define CLIENT_RECONNECT_COOLING_TIME 800 macro
|
/ohos5.0/base/msdp/device_status/utils/common/include/ |
H A D | proto.h | 40 inline constexpr int64_t CLIENT_RECONNECT_COOLING_TIME { 800 };
|