Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_socket_service_test.cpp281 int32_t ret = GetSocketOpt(socket, levelInvalid, optTypeInvalid, NULL, NULL);
283 ret = GetSocketOpt(socket, levelValid, optTypeInvalid, NULL, NULL);
285 ret = GetSocketOpt(socket, levelValid, optTypeValid, NULL, NULL);
287 ret = GetSocketOpt(socket, levelValid, optTypeValid, temp, NULL);
289 ret = GetSocketOpt(socket, levelValid, optTypeValid, temp, optValueSizeValid);
/ohos5.0/foundation/communication/dsoftbus/interfaces/inner_kits/transport/
H A Dinner_socket.h132 int32_t GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optV…
/ohos5.0/foundation/communication/dsoftbus/sdk/
H A Dlibsoftbus_client_map146 "GetSocketOpt";
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_service.c274 int32_t GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optV… in GetSocketOpt() function