Searched refs:error_desc (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/pc/ |
D | channel.cc | 90 static void SafeSetError(const std::string& message, std::string* error_desc) { in SafeSetError() argument 91 if (error_desc) { in SafeSetError() 92 *error_desc = message; in SafeSetError() 276 std::string* error_desc) { in SetLocalContent() argument 280 Bind(&BaseChannel::SetLocalContent_w, this, content, type, error_desc)); in SetLocalContent() 285 std::string* error_desc) { in SetRemoteContent() argument 289 Bind(&BaseChannel::SetRemoteContent_w, this, content, type, error_desc)); in SetRemoteContent() 580 std::string* error_desc) { in UpdateLocalStreams_w() argument 604 SafeSetError(desc.str(), error_desc); in UpdateLocalStreams_w() 631 SafeSetError(desc.str(), error_desc); in UpdateLocalStreams_w() [all …]
|
D | channel.h | 123 std::string* error_desc) override; 126 std::string* error_desc) override; 238 std::string* error_desc); 241 std::string* error_desc); 244 std::string* error_desc) = 0; 247 std::string* error_desc) = 0; 355 std::string* error_desc) override; 358 std::string* error_desc) override; 397 std::string* error_desc) override; 400 std::string* error_desc) override; [all …]
|
D | channel_interface.h | 51 std::string* error_desc) = 0; 54 std::string* error_desc) = 0;
|
D | peer_connection.h | 917 void SetSessionError(SessionError error, const std::string& error_desc);
|
D | peer_connection.cc | 5827 const std::string& error_desc) { in SetSessionError() argument 5831 session_error_desc_ = error_desc; in SetSessionError()
|
/external/llvm-project/lldb/source/Expression/ |
D | LLVMUserExpression.cpp | 189 const char *error_desc = nullptr; in DoExecute() local 194 error_desc = real_stop_info_sp->GetDescription(); in DoExecute() 196 if (error_desc) in DoExecute() 199 error_desc); in DoExecute()
|
/external/webrtc/p2p/base/ |
D | stun_server.cc | 64 const char* error_desc) { in SendErrorResponse() argument 71 err_code->SetReason(error_desc); in SendErrorResponse()
|
D | stun_server.h | 55 const char* error_desc);
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 724 const char *error_desc = NULL; in DumpPacket() local 726 error_desc = "error: invalid packet (too short): "; in DumpPacket() 1147 error_desc = "error: invalid packet command: "; in DumpPacket() 1151 if (error_desc) { in DumpPacket() 1152 s.PutCString(error_desc); in DumpPacket()
|
/external/python/oauth2client/tests/ |
D | test_client.py | 1290 error_desc = 'Can you describe the ruckus' 1293 'error_description': error_desc, 1295 error_msg = '{0}: {1}'.format(base_error, error_desc)
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 112 const auto error_desc = NnApiErrorDescription(_code); \ 115 error_desc.c_str(), __LINE__, _call_desc); \ 127 const auto error_desc = NnApiErrorDescription(_code); \ 131 error_desc.c_str(), __LINE__, _call_desc, \
|