Searched defs:optValue (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/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 o… in SetExtSocketOpt() 32 int32_t GetExtSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *o… in GetExtSocketOpt()
|
H A D | client_trans_socket_service.c | 234 static int32_t CheckSocketOptParam(OptLevel level, OptType optType, void *optValue) in CheckSocketOptParam() 251 int32_t SetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t optVa… in SetSocketOpt() 274 int32_t GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optV… in GetSocketOpt()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/ |
H A D | client_trans_stream_virtual.c | 52 int32_t TransSetStreamMultiLayer(int32_t channelId, const void *optValue) in TransSetStreamMultiLayer()
|
H A D | client_trans_stream.c | 217 int32_t TransSetStreamMultiLayer(int32_t channelId, const void *optValue) in TransSetStreamMultiLayer()
|
/ohos5.0/base/location/test/location_geofence/source/ |
H A D | location_gnss_geofence_callback_host_test.cpp | 154 GnssGeofenceOperateResult optValue = static_cast<GnssGeofenceOperateResult>(0); variable
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
H A D | client_trans_udp_stream_interface.cpp | 146 int32_t SetVtpStreamMultiLayerOpt(int32_t channelId, const void *optValue) in SetVtpStreamMultiLayerOpt()
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_state_machine.cpp | 1482 unsigned char optValue[VENDOR_MAX_LEN - DHCP_OPT_CODE_BYTES - DHCP_OPT_LEN_BYTES] = {0}; in AddClientIdToOpts() local 1527 unsigned char optValue[VENDOR_MAX_LEN] = {0}; in AddStrToOpts() local
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/ |
H A D | client_trans_udp_manager.c | 504 int32_t TransUdpChannelSetStreamMultiLayer(int32_t channelId, const void *optValue) in TransUdpChannelSetStreamMultiLayer()
|