Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/utils/socketpair/src/
H A Dlocal_socketpair.cpp37 constexpr int32_t SOCKET_PAIR_SIZE = 2; variable
95 int32_t socketPair[SOCKET_PAIR_SIZE] = { 0 }; in CreateChannel()
102 int32_t unusedFds[SOCKET_PAIR_SIZE] = {socketPair[0], socketPair[1]}; in CreateChannel()
114 int32_t ret = SetSockopt(sendSize, receiveSize, socketPair, SOCKET_PAIR_SIZE); in CreateChannel()
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Dmedical_basic_data_channel.cpp33 constexpr int32_t SOCKET_PAIR_SIZE = 2; variable
49 int32_t socketPair[SOCKET_PAIR_SIZE] = { 0 }; in CreateSensorBasicChannel()
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor_basic_data_channel.cpp36 constexpr int32_t SOCKET_PAIR_SIZE = 2; variable
54 int32_t socketPair[SOCKET_PAIR_SIZE] = { 0 }; in CreateSensorBasicChannel()