Searched defs:optType (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_socket_option.c | 22 int32_t SetExtSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, uint32_t optValueSize) in SetExtSocketOpt() argument 32 int32_t GetExtSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize) in GetExtSocketOpt() argument
|
H A D | client_trans_socket_service.c | 234 static int32_t CheckSocketOptParam(OptLevel level, OptType optType, void *optValue) in CheckSocketOptParam() argument 251 int32_t SetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t optValueSize) in SetSocketOpt() argument 274 int32_t GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize) in GetSocketOpt() argument [all...] |
/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | post_event_utils.cpp | 32 string PostEventUtils::GetOptType(const uint32_t &optType) in GetOptType() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_core.c | 1150 static int L2capCheckConfigurationOptionLength(uint8_t optType, uint8_t optLength) in L2capCheckConfigurationOptionLength() argument 1208 uint8_t optType = data[offset + 0]; in L2capParseConfiguration() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/ |
H A D | nstackx_dfile.h | 423 DFileOptType optType; member
|
Completed in 7 milliseconds