Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_option.c22 …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 Dclient_trans_socket_service.c251 …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 Dclient_trans_socket_option.h26 …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 Dinner_socket.h116 …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);