Searched refs:ExecTcpServerSetExtraOptions (Results 1 – 6 of 6) sorted by relevance
76 static void ExecTcpServerSetExtraOptions(napi_env env, void *data);
92 bool ExecTcpServerSetExtraOptions(TcpServerSetExtraOptionsContext *context);
163 void SocketAsyncWork::ExecTcpServerSetExtraOptions(napi_env env, void *data) in ExecTcpServerSetExtraOptions() function in OHOS::NetStack::Socket::SocketAsyncWork165 …k::ExecAsyncWork<TcpServerSetExtraOptionsContext, SocketExec::ExecTcpServerSetExtraOptions>(env, d… in ExecTcpServerSetExtraOptions()
236 SocketExec::ExecTcpServerSetExtraOptions(&context); in ExecTcpServerSetExtraOptionsFuzzTest()
831 return SOCKET_INTERFACE(TcpServerSetExtraOptionsContext, ExecTcpServerSetExtraOptions, in SetExtraOptions()
2015 bool ExecTcpServerSetExtraOptions(TcpServerSetExtraOptionsContext *context) in ExecTcpServerSetExtraOptions() function