Home
last modified time | relevance | path

Searched refs:PARSE_ERROR (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/tls/src/context/
H A Dtls_init_context.cpp26 static constexpr std::string_view PARSE_ERROR = "Parameter error"; member
53 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
61 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
H A Dtls_server_napi_context.cpp28 static constexpr std::string_view PARSE_ERROR = "data is not int"; member
60 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
70 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
H A Dtls_server_send_context.cpp31 constexpr std::string_view PARSE_ERROR = "options is not type of TLSServerSendOptions"; member
79 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
90 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
H A Dtls_send_context.cpp28 static constexpr std::string_view PARSE_ERROR = "data is not string"; member
75 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
86 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
H A Dtls_bind_context.cpp26 static constexpr std::string_view PARSE_ERROR = "address is not type of Socket::NetAddress"; member
72 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
82 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
H A Dtls_server_close_context.cpp28 static constexpr std::string_view PARSE_ERROR = "data is not int"; member
54 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
H A Dtls_extra_context.cpp26 static constexpr std::string_view PARSE_ERROR = "first param is not type of TCPExtraOptions"; member
92 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
102 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
H A Dtls_connect_context.cpp48 constexpr std::string_view PARSE_ERROR = "options is not type of TLSConnectOptions"; member
115 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
125 SetError(PARSE_ERROR_CODE, PARSE_ERROR.data()); in CheckParamsType()
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_packet_parser.cpp93 if ((errorFlags_ & PARSE_ERROR) != PARSE_OK) { in Parse()
98 if ((errorFlags_ & PARSE_ERROR) != PARSE_OK) { in Parse()
104 if ((errorFlags_ & PARSE_ERROR) != PARSE_OK) { in Parse()
110 if ((errorFlags_ & PARSE_ERROR) != PARSE_OK) { in Parse()
116 if ((errorFlags_ & PARSE_ERROR) != PARSE_OK) { in Parse()
147 if ((errorFlags_ & PARSE_ERROR) != PARSE_OK) { in ParseQuestion()
170 if ((errorFlags_ & PARSE_ERROR) != PARSE_OK) { in ParseRR()
220 if ((errorFlags_ & PARSE_ERROR) != PARSE_OK) { in ParseRData()
254 if ((errorFlags_ & PARSE_ERROR) != PARSE_OK) { in ParseSrv()
302 if ((errorFlags_ & PARSE_ERROR) ! in ParseDnsString()
[all...]
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_packet_parser.h175 PARSE_ERROR = 0xffff, enumerator

Completed in 5 milliseconds