Searched refs:GetSocketOpt (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 | 281 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 D | inner_socket.h | 132 int32_t GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optV…
|
/ohos5.0/foundation/communication/dsoftbus/sdk/ |
H A D | libsoftbus_client_map | 146 "GetSocketOpt";
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_socket_service.c | 274 int32_t GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optV… in GetSocketOpt() function
|