Searched defs:error_name (Results 1 – 13 of 13) sorted by relevance
43 const char* error_name; in AllocateRaw() local71 const char* error_name; in DeallocateRaw() local
19 const std::string& error_name, in CreateDBusErrorResponse()28 std::string error_name = DBUS_ERROR_FAILED; // Default error code. in GetDBusError() local
98 const char *error_name = pysqlite_error_name(errcode); in raise_exception() local
31 const char* error_name; in ToString() local
37 pub fn error_name(status: ErrorCode) -> PyResult<String> { in error_name() method
599 const base::StringPiece& error_name, in LogMethodCallFailure()630 std::string error_name; in OnCallMethod() local
281 bool Message::SetErrorName(const std::string& error_name) { in SetErrorName()318 const char* error_name = dbus_message_get_error_name(raw_message_); in GetErrorName() local428 const std::string& error_name, in FromMethodCall()
172 std::string error_name(error::Code code) { in error_name() function
575 def error_name(error_code): member in SDP_PDU
265 def error_name(cls, error_code: int) -> str: member in ATT_PDU
202 def error_name(error_code: int) -> str: function
175 error_name='', argument
1486 def error_name(status): member in HCI_Constant