Home
last modified time | relevance | path

Searched refs:ArmOrNotify (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/cpp/system/
Dsimple_watcher.cc172 ArmOrNotify(); in Watch()
229 void SimpleWatcher::ArmOrNotify() { in ArmOrNotify() function in mojo::SimpleWatcher
283 ArmOrNotify(); in OnHandleReady()
Dsimple_watcher.h177 void ArmOrNotify();
DREADME.md220 * `MANUAL` mode requires the user to manually call `Arm` and/or `ArmOrNotify`
/external/libchrome/mojo/public/cpp/bindings/lib/
Dconnector.cc137 connector_->handle_watcher_->ArmOrNotify(); in NotifyBeginNesting()
414 handle_watcher_->ArmOrNotify(); in WaitToReadMore()
/external/libchrome/mojo/public/cpp/system/tests/
Dsimple_watcher_unittest.cc312 b_watcher2.ArmOrNotify(); in TEST_F()