/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | socket_opt.c | 26 static FILLP_INT SockGetOptSendCache(struct FtSocket *sock, void *optVal, FILLP_INT *optLen) in SockGetOptSendCache() 50 static FILLP_INT SockGetSockOptFillp(struct FtSocket *sock, FILLP_INT optName, void *optVal, FILLP_… in SockGetSockOptFillp() 100 void *optVal, in SockGetSockOpt() 156 static FILLP_INT SockSetOptTimestamp(struct FtSocket *sock, FILLP_CONST void *optVal, socklen_t opt… in SockSetOptTimestamp() 177 static FILLP_INT SockSetOptLinger(struct FtSocket *sock, FILLP_CONST void *optVal, socklen_t optLen) in SockSetOptLinger() 234 static FILLP_INT SockSetOptFcAlg(struct FtSocket *sock, FILLP_CONST void *optVal, socklen_t optLen) in SockSetOptFcAlg() 252 static FILLP_INT SockSetOptDirectlySend(struct FtSocket *sock, FILLP_CONST void *optVal, socklen_t … in SockSetOptDirectlySend() 265 FILLP_INT optName, FILLP_CONST void *optVal, socklen_t optLen) in SockSetSockOptFillp() 292 FILLP_CONST void *optVal, in SockSetSockOpt()
|
H A D | fillp_dfx.c | 682 static FILLP_INT FillpDumpMgtMsgCb(FILLP_INT optVal, void *softObj, FillpDfxDumpFunc dump) in FillpDumpMgtMsgCb() 751 static FILLP_INT FillpDfxDumpGetOptVal(const FillpDfxDumpOptArgs *optArgStr, FILLP_INT *optVal) in FillpDfxDumpGetOptVal() 772 FILLP_INT optVal; in FillpDfxDumpDealOptWithArgs() local
|
H A D | api.c | 1044 void *optVal, in FtGetSockOpt() 1067 FILLP_CONST void *optVal, in FtSetSockOpt()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_socket_test.cpp | 79 int32_t optVal = 1; in SocketServiceStart() local 135 int32_t optVal = 1; in SocketIpv6ServiceStart() local 319 int32_t optVal = 1; variable 341 int optVal = 1; variable 362 int optVal = 1; variable 379 int optVal = 1; variable 396 int optVal = 10; variable 436 int optVal = 1; variable 1019 int32_t optVal = 1; variable 1844 int32_t optVal = 1; variable
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/ |
H A D | coap_app.c | 131 int32_t optVal = 1; in CoapCreateUdpClientEx() local 331 int32_t optVal = 1; in CoapCreateUdpServer() local
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | options.cpp | 88 bool Options::ParseSingle(int option, std::string optVal) in ParseSingle() 132 bool Options::ParseOptionWithValue(int option, std::string optVal) in ParseOptionWithValue()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | network_mock.cpp | 46 int32_t SoftBusSocketSetOpt(int32_t socketFd, int32_t level, int32_t optName, const void *optVal, i… in SoftBusSocketSetOpt()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | sysio_udp.c | 172 void *optVal, in SysioGetsockoptUdp() 184 FILLP_CONST void *optVal, in SysioSetsockoptUdp()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_socket.c | 111 int32_t SoftBusSocketSetOpt(int32_t socketFd, int32_t level, int32_t optName, const void *optVal, i… in SoftBusSocketSetOpt() 122 int32_t SoftBusSocketGetOpt(int32_t socketFd, int32_t level, int32_t optName, void *optVal, int32_t… in SoftBusSocketGetOpt()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 1147 IN FILLP_CONST void *optVal, IN FILLP_INT optLen) in FillpFuncSetSockOpt() 1152 …FillpFuncGetSockOpt(IN FILLP_INT sockFd, IN FILLP_INT level, IN FILLP_INT optName, IO void *optVal, in FillpFuncGetSockOpt()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile.c | 1038 int32_t optVal = 0; in DFileRecverInit() local
|