Home
last modified time | relevance | path

Searched refs:SoftBusSockTimeOut (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_socket.h98 typedef SoftBusSysTime SoftBusSockTimeOut; typedef
156 SoftBusSockTimeOut *timeOut);
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp1262 SoftBusSockTimeOut tv = {
1289 SoftBusSockTimeOut tv = {
1317 SoftBusSockTimeOut tv = {
1343 SoftBusSockTimeOut tv = {
1362 SoftBusSockTimeOut tv = {
1378 SoftBusSockTimeOut tv = {
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c301 …oftBusFdSet *readFds, SoftBusFdSet *writeFds, SoftBusFdSet *exceptFds, SoftBusSockTimeOut *timeout) in SoftBusSocketSelect()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c145 SoftBusSockTimeOut tv = { 0 }; in WaitEvent()
H A Dsoftbus_base_listener.c1167 SoftBusSockTimeOut timeout = {0}; in SelectTask()