HomeSort by relevance Sort by last modified time
    Searched refs:OnError (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairinglistener.h 53 virtual void OnError(PoloError error) = 0;
serverpairingsession.cc 73 listener()->OnError(kErrorBadConfiguration);
84 listener()->OnError(kErrorBadConfiguration);
92 listener()->OnError(kErrorBadConfiguration);
107 listener()->OnError(kErrorProtocol);
114 listener()->OnError(kErrorProtocol);
clientpairingsession.cc 56 listener()->OnError(kErrorBadConfiguration);
90 listener()->OnError(kErrorBadConfiguration);
101 listener()->OnError(kErrorBadConfiguration);
116 listener()->OnError(kErrorProtocol);
123 listener()->OnError(kErrorProtocol);
pairingsession.cc 166 listener()->OnError(kErrorProtocol);
220 listener()->OnError(kErrorProtocol);
226 listener_->OnError(kErrorInvalidChallengeResponse);
234 listener()->OnError(kErrorProtocol);
250 listener_->OnError(kErrorInvalidChallengeResponse);
257 void PairingSession::OnError(pairing::PoloError error) {
258 listener_->OnError(error);
pairingsession.h 115 virtual void OnError(pairing::PoloError error);
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/
polowirelistener.h 36 virtual void OnError() = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesp.h 89 void OnError (int err) const THROWS(NCursesPanelException)
139 OnError (::hide_panel(p));
145 OnError (::show_panel(p));
151 OnError (::top_panel(p));
157 OnError (::bottom_panel(p));
165 OnError(::move_panel(p, y, x));
184 OnError(ERR);
190 OnError(ERR);
cursesf.h 64 inline void OnError(int err) const THROWS(NCursesFormException) {
112 inline void OnError (int err) const THROWS(NCursesFormException) {
138 OnError(errno);
161 OnError(E_SYSTEM_ERROR);
166 OnError(errno);
175 OnError(E_SYSTEM_ERROR);
180 OnError(errno);
194 OnError(::field_info(field, &rows, &ncols,
202 OnError(::dynamic_field_info(field, &dynamic_rows, &dynamic_cols,
209 OnError(::set_max_field(field,growth))
    [all...]
cursesm.h 56 inline void OnError (int err) const THROWS(NCursesMenuException) {
68 OnError (E_SYSTEM_ERROR);
106 OnError (::item_opts_on (item, opts));
111 OnError (::item_opts_off (item, opts));
121 OnError (::set_item_opts (item, opts));
126 OnError (::set_item_value (item,f));
255 inline void OnError (int err) const THROWS(NCursesMenuException) {
347 OnError(::set_menu_items(menu,mapItems(Items)));
352 OnError (::unpost_menu (menu));
357 flag ? OnError (::post_menu(menu)) : OnError (::unpost_menu (menu))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesp.h 89 void OnError (int err) const THROWS(NCursesPanelException)
139 OnError (::hide_panel(p));
145 OnError (::show_panel(p));
151 OnError (::top_panel(p));
157 OnError (::bottom_panel(p));
165 OnError(::move_panel(p, y, x));
184 OnError(ERR);
190 OnError(ERR);
cursesf.h 64 inline void OnError(int err) const THROWS(NCursesFormException) {
112 inline void OnError (int err) const THROWS(NCursesFormException) {
138 OnError(errno);
161 OnError(E_SYSTEM_ERROR);
166 OnError(errno);
175 OnError(E_SYSTEM_ERROR);
180 OnError(errno);
194 OnError(::field_info(field, &rows, &ncols,
202 OnError(::dynamic_field_info(field, &dynamic_rows, &dynamic_cols,
209 OnError(::set_max_field(field,growth))
    [all...]
cursesm.h 56 inline void OnError (int err) const THROWS(NCursesMenuException) {
68 OnError (E_SYSTEM_ERROR);
106 OnError (::item_opts_on (item, opts));
111 OnError (::item_opts_off (item, opts));
121 OnError (::set_item_opts (item, opts));
126 OnError (::set_item_value (item,f));
255 inline void OnError (int err) const THROWS(NCursesMenuException) {
347 OnError(::set_menu_items(menu,mapItems(Items)));
352 OnError (::unpost_menu (menu));
357 flag ? OnError (::post_menu(menu)) : OnError (::unpost_menu (menu))
    [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
messagelistener.h 62 virtual void OnError(PoloError error) = 0;
  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
mocks.h 43 MOCK_METHOD1(OnError, void(PoloError error));
  /external/libmojo/mojo/edk/system/
channel_win.cc 112 // Do not synchronously invoke OnError(). Write() may have been called by
115 base::Bind(&ChannelWin::OnError, this));
160 OnError();
173 OnError();
219 OnError();
245 OnError();
248 OnError();
278 OnError();
295 OnError();
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.cc 38 listener()->OnError(pairing::kErrorProtocol);
168 listener()->OnError(pairing::kErrorProtocol);
178 listener()->OnError(pairing::kErrorProtocol);
193 listener()->OnError(error);
223 listener()->OnError(pairing::kErrorProtocol);
233 listener()->OnError(pairing::kErrorProtocol);
252 listener()->OnError(pairing::kErrorProtocol);
264 listener()->OnError(pairing::kErrorProtocol);
297 listener()->OnError(pairing::kErrorProtocol);
316 listener()->OnError(pairing::kErrorProtocol)
    [all...]
protobufwireadapter.h 74 virtual void OnError();
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomconfigtask_unittest.cc 30 void OnError(buzz::IqTask* task,
115 task->SignalError.connect(listener, &MucRoomConfigListener::OnError);
mucroomlookuptask_unittest.cc 31 void OnError(buzz::IqTask* task,
158 task->SignalError.connect(listener, &MucRoomLookupListener::OnError);
174 task->SignalError.connect(listener, &MucRoomLookupListener::OnError);
mucroomdiscoverytask_unittest.cc 39 void OnError(buzz::IqTask* task,
132 task->SignalError.connect(listener, &MucRoomDiscoveryListener::OnError);
mucroomuniquehangoutidtask_unittest.cc 31 void OnError(buzz::IqTask* task,
pubsubtasks_unittest.cc 63 void OnError(buzz::IqTask* task, const buzz::XmlElement* stanza) {
148 listener.get(), &TestPubSubTasksListener::OnError);
235 listener.get(), &TestPubSubTasksListener::OnError);
257 listener.get(), &TestPubSubTasksListener::OnError);