Home
last modified time | relevance | path

Searched refs:OnSocketWriteReadyNative (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.h255 void OnSocketWriteReadyNative(Socket &sock);
H A Dsocket.cpp693 …socketService->GetDispatcher()->PostTask(std::bind(&Socket::OnSocketWriteReadyNative, &sock, std::… in OnSocketWriteReady()
697 void Socket::OnSocketWriteReadyNative(Socket &sock) in OnSocketWriteReadyNative() function in OHOS::bluetooth::Socket