Searched refs:timeOutFunc (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/ |
H A D | seq_packet_socket_server.cpp | 32 milliseconds ms, TimtoutHandler timeOutFunc) in StartAcceptingConnection() argument 40 return AcceptingLoop(onAccepted, ms, timeOutFunc); in StartAcceptingConnection() 43 …cketSocketServer::AcceptingLoop(AcceptingHandler func, milliseconds ms, TimtoutHandler timeOutFunc) in AcceptingLoop() argument 49 timeOutFunc(); in AcceptingLoop()
|
/ohos5.0/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_event_handler.cpp | 37 WifiEventHandlerImpl(const std::string &threadName, const Callback &timeOutFunc = nullptr) in WifiEventHandlerImpl() argument 107 WifiEventHandlerImpl(const std::string &threadName, const Callback &timeOutFunc = nullptr) in WifiEventHandlerImpl() argument 114 if (timeOutFunc == nullptr) { in WifiEventHandlerImpl() 119 ffrt::queue_attr().callback(timeOutFunc)); in WifiEventHandlerImpl() 208 WifiEventHandlerImpl(const std::string &threadName, const Callback &timeOutFunc = nullptr) in WifiEventHandlerImpl() argument 267 WifiEventHandler::WifiEventHandler(const std::string &threadName, const Callback &timeOutFunc) in WifiEventHandler() argument 268 :ptr(new WifiEventHandlerImpl(threadName, timeOutFunc)) in WifiEventHandler()
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/ |
H A D | seq_packet_socket_server.h | 33 …StartAcceptingConnection(AcceptingHandler onAccepted, milliseconds ms, TimtoutHandler timeOutFunc); 36 int AcceptingLoop(AcceptingHandler func, milliseconds ms, TimtoutHandler timeOutFunc);
|
/ohos5.0/foundation/communication/wifi/wifi/utils/inc/ |
H A D | wifi_event_handler.h | 30 explicit WifiEventHandler(const std::string &threadName, const Callback &timeOutFunc = nullptr);
|