Home
last modified time | relevance | path

Searched defs:PARSE_ERROR (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/context/
H A Dtls_server_close_context.cpp28 static constexpr std::string_view PARSE_ERROR = "data is not int"; variable
H A Dtls_server_napi_context.cpp28 static constexpr std::string_view PARSE_ERROR = "data is not int"; variable
H A Dtls_send_context.cpp28 static constexpr std::string_view PARSE_ERROR = "data is not string"; variable
H A Dtls_extra_context.cpp26 static constexpr std::string_view PARSE_ERROR = "first param is not type of TCPExtraOptions"; variable
H A Dtls_init_context.cpp26 static constexpr std::string_view PARSE_ERROR = "Parameter error"; variable
H A Dtls_server_send_context.cpp31 constexpr std::string_view PARSE_ERROR = "options is not type of TLSServerSendOptions"; variable
H A Dtls_bind_context.cpp26 static constexpr std::string_view PARSE_ERROR = "address is not type of Socket::NetAddress"; variable
H A Dtls_connect_context.cpp48 constexpr std::string_view PARSE_ERROR = "options is not type of TLSConnectOptions"; variable
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_packet_parser.h175 PARSE_ERROR = 0xffff, enumerator