Searched refs:TcpServerSetExtraOptionsContext (Results 1 – 7 of 7) sorted by relevance
25 TcpServerSetExtraOptionsContext::TcpServerSetExtraOptionsContext(napi_env env, EventManager *manage… in TcpServerSetExtraOptionsContext() function in OHOS::NetStack::Socket::TcpServerSetExtraOptionsContext30 void TcpServerSetExtraOptionsContext::ParseContextKey(napi_value *params) in ParseContextKey()75 void TcpServerSetExtraOptionsContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams()103 int TcpServerSetExtraOptionsContext::GetSocketFd() const in GetSocketFd()108 bool TcpServerSetExtraOptionsContext::CheckParamsType(napi_value *params, size_t paramsCount) in CheckParamsType()133 int32_t TcpServerSetExtraOptionsContext::GetErrorCode() const in GetErrorCode()146 std::string TcpServerSetExtraOptionsContext::GetErrorMessage() const in GetErrorMessage()
27 class TcpServerSetExtraOptionsContext : public BaseContext {29 DISALLOW_COPY_AND_MOVE(TcpServerSetExtraOptionsContext);31 TcpServerSetExtraOptionsContext() = delete;33 explicit TcpServerSetExtraOptionsContext(napi_env env, EventManager *manager);
92 bool ExecTcpServerSetExtraOptions(TcpServerSetExtraOptionsContext *context);143 napi_value TcpServerSetExtraOptionsCallback(TcpServerSetExtraOptionsContext *context);
165 …BaseAsyncWork::ExecAsyncWork<TcpServerSetExtraOptionsContext, SocketExec::ExecTcpServerSetExtraOpt… in ExecTcpServerSetExtraOptions()404 …BaseAsyncWork::AsyncWorkCallback<TcpServerSetExtraOptionsContext, SocketExec::TcpServerSetExtraOpt… in TcpServerSetExtraOptionsCallback()
234 TcpServerSetExtraOptionsContext context(env, &eventManager); in ExecTcpServerSetExtraOptionsFuzzTest()
2015 bool ExecTcpServerSetExtraOptions(TcpServerSetExtraOptionsContext *context) in ExecTcpServerSetExtraOptions()2299 napi_value TcpServerSetExtraOptionsCallback(TcpServerSetExtraOptionsContext *context) in TcpServerSetExtraOptionsCallback()
831 return SOCKET_INTERFACE(TcpServerSetExtraOptionsContext, ExecTcpServerSetExtraOptions, in SetExtraOptions()