Lines Matching full:caller
56 // When a DBus signal comes, a DSM_SIGNAL message is posted to the caller thread
89 // On caller thread.
98 // The caller-thread calls AddFilter() first to add the signals that it wants to
103 // called from the caller-thread or the worker-thread hit some error.
106 // 1. Caller-thread: Creates an object of DBusMonitor.
107 // 2. Caller-thread: Calls DBusMonitor::AddFilter() one or several times.
108 // 3. Caller-thread: StartMonitoring().
110 // 4. Worker-thread: DBus signal recieved. Post a message to caller-thread.
111 // 5. Caller-thread: DBusFilterBase::ProcessSignal() is invoked.
113 // 6. Caller-thread: StopMonitoring().