Searched refs:Watch (Results 1 – 5 of 5) sorted by relevance
/system/tpm/attestation/server/ |
D | database_impl.h | 40 virtual void Watch(const base::Closure& callback) = 0; 65 void Watch(const base::Closure& callback) override;
|
D | database_impl.cc | 62 io_->Watch(base::Bind(base::IgnoreResult(&DatabaseImpl::Reload), in Initialize() 151 void DatabaseImpl::Watch(const base::Closure& callback) { in Watch() function in attestation::DatabaseImpl 154 file_watcher_->Watch(FilePath(kDatabasePath), false, in Watch()
|
D | database_impl_test.cc | 68 void Watch(const base::Closure& callback) override { in Watch() function in attestation::DatabaseImplTest
|
/system/tools/aidl/tests/java_app/ |
D | README | 16 8) Watch output on logcat:
|
/system/webservd/webservd/ |
D | protocol_handler.cc | 311 void Watch(bool read, bool write) { in Watch() function in webservd::ProtocolHandler::Watcher 386 watcher->Watch(FD_ISSET(fd, &rs), FD_ISSET(fd, &ws)); in DoWork() 405 watcher->Watch(FD_ISSET(fd, &rs), FD_ISSET(fd, &ws)); in DoWork()
|