Home
last modified time | relevance | path

Searched defs:optValue (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_option.c22 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 Dclient_trans_socket_service.c234 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 Dclient_trans_stream_virtual.c52 int32_t TransSetStreamMultiLayer(int32_t channelId, const void *optValue) in TransSetStreamMultiLayer()
H A Dclient_trans_stream.c217 int32_t TransSetStreamMultiLayer(int32_t channelId, const void *optValue) in TransSetStreamMultiLayer()
/ohos5.0/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp154 GnssGeofenceOperateResult optValue = static_cast<GnssGeofenceOperateResult>(0); variable
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dclient_trans_udp_stream_interface.cpp146 int32_t SetVtpStreamMultiLayerOpt(int32_t channelId, const void *optValue) in SetVtpStreamMultiLayerOpt()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1482 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 Dclient_trans_udp_manager.c504 int32_t TransUdpChannelSetStreamMultiLayer(int32_t channelId, const void *optValue) in TransUdpChannelSetStreamMultiLayer()