Home
last modified time | relevance | path

Searched defs:socketPair (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/utils/socketpair/test/unittest/
H A Dsocketpair_test.cpp28 static void SendDataThread(LocalSocketPair *socketPair) in SendDataThread()
55 LocalSocketPair socketPair; variable
69 LocalSocketPair socketPair; variable
90 LocalSocketPair socketPair; variable
105 LocalSocketPair socketPair; variable
121 LocalSocketPair socketPair; variable
/ohos5.0/foundation/graphic/graphic_2d/utils/socketpair/src/
H A Dlocal_socketpair.cpp60 int32_t LocalSocketPair::SetSockopt(size_t sendSize, size_t receiveSize, int32_t* socketPair, int32… in SetSockopt()
95 int32_t socketPair[SOCKET_PAIR_SIZE] = { 0 }; in CreateChannel() local
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Dmedical_basic_data_channel.cpp49 int32_t socketPair[SOCKET_PAIR_SIZE] = { 0 }; in CreateSensorBasicChannel() local
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor_basic_data_channel.cpp54 int32_t socketPair[SOCKET_PAIR_SIZE] = { 0 }; in CreateSensorBasicChannel() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.cpp386 int socketPair[2] = {SOCK_INVALID_FD, SOCK_INVALID_FD}; in Connect() local
419 int socketPair[2] = {SOCK_INVALID_FD, SOCK_INVALID_FD}; in Listen() local
509 int socketPair[2] = {SOCK_INVALID_FD, SOCK_INVALID_FD}; in AddSocketInternal() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp159 sptr<LocalSocketPair> socketPair; in PostEvent() local