Home
last modified time | relevance | path

Searched refs:SoftBusSocketGetError (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h195 int32_t SoftBusSocketGetError(int32_t socketFd);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c132 int32_t SoftBusSocketGetError(int32_t socketFd) in SoftBusSocketGetError() function
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c308 return SoftBusSocketGetError(fd); in ConnGetSocketError()