Home
last modified time | relevance | path

Searched refs:timeOutFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dseq_packet_socket_server.cpp32 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 Dwifi_event_handler.cpp37 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 Dseq_packet_socket_server.h33 …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 Dwifi_event_handler.h30 explicit WifiEventHandler(const std::string &threadName, const Callback &timeOutFunc = nullptr);