OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:onpermanenterror
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/remoting/host/
worker_process_ipc_delegate.h
30
virtual void
OnPermanentError
(int exit_code) = 0;
daemon_process_win.cc
56
virtual void
OnPermanentError
(int exit_code) OVERRIDE;
108
void DaemonProcessWin::
OnPermanentError
(int exit_code) {
115
DaemonProcess::
OnPermanentError
(exit_code);
desktop_session_win.h
90
virtual void
OnPermanentError
(int exit_code) OVERRIDE;
daemon_process.h
71
virtual void
OnPermanentError
(int exit_code) OVERRIDE;
daemon_process.cc
134
void DaemonProcess::
OnPermanentError
(int exit_code) {
desktop_session_win.cc
502
void DesktopSessionWin::
OnPermanentError
(int exit_code) {
/external/chromium_org/remoting/host/win/
worker_process_launcher_unittest.cc
65
MOCK_METHOD1(
OnPermanentError
, void(int));
392
EXPECT_CALL(server_listener_,
OnPermanentError
(_))
412
EXPECT_CALL(server_listener_,
OnPermanentError
(_))
435
EXPECT_CALL(server_listener_,
OnPermanentError
(_))
458
EXPECT_CALL(server_listener_,
OnPermanentError
(_))
465
// Returns a permanent error exit code and expects
OnPermanentError
() to be
478
EXPECT_CALL(server_listener_,
OnPermanentError
(_))
worker_process_launcher.cc
260
ipc_handler_->
OnPermanentError
(exit_code_);
/frameworks/ex/common/java/com/android/common/
OperationScheduler.java
341
public void
onPermanentError
() {
346
* Reset any permanent error status set by {@link #
onPermanentError
},
/frameworks/ex/common/tests/src/com/android/common/
OperationSchedulerTest.java
92
scheduler.
onPermanentError
();
Completed in 741 milliseconds