Home
last modified time | relevance | path

Searched refs:SetSocketOpt (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_socket_service_test.cpp252 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 Dinner_socket.h116 int32_t SetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t optVa…
/ohos5.0/foundation/communication/dsoftbus/sdk/
H A Dlibsoftbus_client_map145 "SetSocketOpt";
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_service.c251 int32_t SetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t optVa… in SetSocketOpt() function