Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dtcp_client.h55 using OnTimer = std::function<void()>; variable
73 void set_timer_callback(const OnTimer &timer);
94 OnTimer on_timer_callback_;
Dtcp_server.h87 using OnTimer = std::function<void()>; variable
96 void set_timer_callback(const OnTimer &timer);
141 OnTimer on_timer_callback_;
Dtcp_client.cc335 void TcpClient::set_timer_callback(const OnTimer &timer) { on_timer_callback_ = timer; } in set_timer_callback()
Dtcp_server.cc146 void TcpServer::set_timer_callback(const OnTimer &timer) { on_timer_callback_ = timer; } in set_timer_callback()
/third_party/grpc/src/core/ext/xds/
Dxds_client.cc150 GRPC_CLOSURE_INIT(&timer_callback_, OnTimer, this, in ResourceState()
179 static void OnTimer(void* arg, grpc_error* error) { in OnTimer() function in grpc_core::XdsClient::ChannelState::AdsCallState::ResourceState
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc143 GRPC_CLOSURE_INIT(&timer_callback_, OnTimer, this, in ResourceState()
172 static void OnTimer(void* arg, grpc_error* error) { in OnTimer() function in grpc_core::XdsClient::ChannelState::AdsCallState::ResourceState