Searched refs:GetExtSocketOpt (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/ |
H A D | client_trans_socket_option.h | 27 int32_t GetExtSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *o…
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_socket_option.c | 32 int32_t GetExtSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *o… in GetExtSocketOpt() function
|
H A D | client_trans_socket_service.c | 291 ret = GetExtSocketOpt(socket, level, optType, optValue, optValueSize); in GetSocketOpt()
|