Searched refs:optValueSize (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_socket_option.c | 22 …xtSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, uint32_t optValueSize) in SetExtSocketOpt() argument 28 (void)optValueSize; in SetExtSocketOpt() 32 …xtSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize) in GetExtSocketOpt() argument 38 (void)optValueSize; in GetExtSocketOpt()
|
H A D | client_trans_socket_service.c | 251 …SetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t optValueSize) in SetSocketOpt() argument 257 if (optValueSize <= 0) { in SetSocketOpt() 268 ret = SetExtSocketOpt(socket, level, optType, optValue, optValueSize); in SetSocketOpt() 274 …etSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize) in GetSocketOpt() argument 280 if (optValueSize == NULL) { in GetSocketOpt() 291 ret = GetExtSocketOpt(socket, level, optType, optValue, optValueSize); in GetSocketOpt()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/ |
H A D | client_trans_socket_option.h | 26 …tSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, uint32_t optValueSize); 27 …tSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize);
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/inner_kits/transport/ |
H A D | inner_socket.h | 116 …etSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t optValueSize); 132 …tSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize);
|