Searched refs:SetSocketOpt (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_socket_service_test.cpp | 252 int32_t ret = SetSocketOpt(socket, levelInvalid, optTypeInvalid, NULL, optValueSizeInvalid); 254 ret = SetSocketOpt(socket, levelValid, optTypeInvalid, NULL, optValueSizeInvalid); 256 ret = SetSocketOpt(socket, levelValid, optTypeValid, NULL, optValueSizeInvalid); 258 ret = SetSocketOpt(socket, levelValid, optTypeValid, temp, optValueSizeInvalid); 260 ret = SetSocketOpt(socket, levelValid, optTypeValid, temp, optValueSizeValid);
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/inner_kits/transport/ |
H A D | inner_socket.h | 116 int32_t SetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t optVa…
|
/ohos5.0/foundation/communication/dsoftbus/sdk/ |
H A D | libsoftbus_client_map | 145 "SetSocketOpt";
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_socket_service.c | 251 int32_t SetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t optVa… in SetSocketOpt() function
|