/system/core/fastboot/ |
D | socket_mock.cpp | 79 const Event& event = events_.front(); in Receive() 126 events_.push(Event(EventType::kSend, std::move(message), true, nullptr)); in ExpectSend() 130 events_.push(Event(EventType::kSend, std::move(message), false, nullptr)); in ExpectSendFailure() 134 events_.push(Event(EventType::kReceive, std::move(message), false, nullptr)); in AddReceive() 138 events_.push(Event(EventType::kReceive, "", true, nullptr)); in AddReceiveTimeout() 142 events_.push(Event(EventType::kReceive, "", false, nullptr)); in AddReceiveFailure() 146 events_.push(Event(EventType::kAccept, "", false, std::move(sock))); in AddAccept() 149 SocketMock::Event::Event(EventType _type, std::string _message, ssize_t _status, in Event() function in SocketMock::Event
|
D | socket_mock.h | 86 struct Event { struct 87 Event(EventType _type, std::string _message, ssize_t _status, 96 std::queue<Event> events_; argument
|
/system/connectivity/shill/ |
D | connection_diagnostics.h | 159 struct Event { struct 160 Event(Type type_in, Phase phase_in, Result result_in, in Event() argument 176 base::Callback<void(const std::string&, const std::vector<Event>&)>; argument 220 static std::string EventToString(const Event& event); 380 std::vector<Event> diagnostic_events_;
|
D | connection_diagnostics_unittest.cc | 201 const vector<ConnectionDiagnostics::Event>&)); 203 Callback<void(const string&, const vector<ConnectionDiagnostics::Event>&)>& 209 Callback<void(const string&, const vector<ConnectionDiagnostics::Event>&)> 226 ConnectionDiagnostics::Event(type, phase, result, "")); in AddExpectedEvent() 233 ConnectionDiagnostics::Event(type, phase, result, "")); in AddActualEvent() 844 vector<ConnectionDiagnostics::Event> expected_events_;
|
D | device.h | 799 const std::vector<ConnectionDiagnostics::Event>& diagnostic_events); 900 const std::vector<ConnectionDiagnostics::Event>&)>
|
D | connection_diagnostics.cc | 247 string ConnectionDiagnostics::EventToString(const Event& event) { in EventToString() 265 diagnostic_events_.push_back(Event(type, phase, result, message)); in AddEventWithMessage()
|
D | device.cc | 987 const std::vector<ConnectionDiagnostics::Event>& diagnostic_events) { in ConnectionDiagnosticsCallback()
|
/system/connectivity/apmanager/ |
D | hostapd_monitor.h | 42 enum Event { enum 49 typedef base::Callback<void(Event event, const std::string& data)>
|
D | service.h | 101 void HostapdEventCallback(HostapdMonitor::Event event,
|
D | hostapd_monitor_unittest.cc | 50 void(HostapdMonitor::Event event, const std::string& data));
|
D | hostapd_monitor.cc | 209 Event event_code; in ParseMessage()
|
D | service.cc | 308 void Service::HostapdEventCallback(HostapdMonitor::Event event, in HostapdEventCallback()
|
/system/core/adb/ |
D | test_adb.py | 107 stdout_event = threading.Event() 114 stderr_event = threading.Event()
|
D | sysdeps_win32.cpp | 1381 (input_record->Event.KeyEvent.bKeyDown)) { in _get_key_event_record() 1382 if (input_record->Event.KeyEvent.wRepeatCount == 0) { in _get_key_event_record() 1764 KEY_EVENT_RECORD* const key_event = &input_record.Event.KeyEvent; in _console_read()
|
/system/vold/bench/ |
D | benchgen.py | 34 class Event: class 125 events.append(Event(thread, time, call, args, ret))
|
/system/bt/doc/ |
D | power_management.md | 91 ### Event flow
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 236 Hash/HMAC/Event Sequences .........................................................................… 2306 If a CRTM Event sequence is active, extend the PCR designated by the platform-specific 11245 Hash/HMAC/Event Sequences 11252 maintained. For a description of sequences, see “Hash, HMAC, and Event Sequences” in Part 1. 11636 This command starts a hash or an Event sequence. If hashAlg is an implemented hash, then a hash 11637 sequence is started. If hashAlg is TPM_ALG_NULL, then an Event sequence is started. If hashAlg is 11639 Depending on hashAlg, the TPM will create and initialize a hash sequence structure or an Event 11641 sequence to the value in auth. A sequence structure for an Event (hashAlg = TPM_ALG_NULL) contains 11690 An Event sequence starts if this is TPM_ALG_NULL. 12082 This command is not used to complete an Event sequence. TPM2_EventSequenceComplete() is [all …]
|
D | raw_commands_fixed.txt | 236 Hash/HMAC/Event Sequences .........................................................................… 2306 If a CRTM Event sequence is active, extend the PCR designated by the platform-specific 11256 Hash/HMAC/Event Sequences 11263 maintained. For a description of sequences, see “Hash, HMAC, and Event Sequences” in Part 1. 11647 This command starts a hash or an Event sequence. If hashAlg is an implemented hash, then a hash 11648 sequence is started. If hashAlg is TPM_ALG_NULL, then an Event sequence is started. If hashAlg is 11650 Depending on hashAlg, the TPM will create and initialize a hash sequence structure or an Event 11652 sequence to the value in auth. A sequence structure for an Event (hashAlg = TPM_ALG_NULL) contains 11701 An Event sequence starts if this is TPM_ALG_NULL. 12093 This command is not used to complete an Event sequence. TPM2_EventSequenceComplete() is [all …]
|
/system/core/init/ |
D | readme.txt | 188 Event triggers are strings triggered by the 'trigger' command or by
|