Home
last modified time | relevance | path

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

/system/tpm/attestation/server/
Ddatabase_impl.h40 virtual void Watch(const base::Closure& callback) = 0;
65 void Watch(const base::Closure& callback) override;
Ddatabase_impl.cc62 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()
Ddatabase_impl_test.cc68 void Watch(const base::Closure& callback) override { in Watch() function in attestation::DatabaseImplTest
/system/tools/aidl/tests/java_app/
DREADME16 8) Watch output on logcat:
/system/webservd/webservd/
Dprotocol_handler.cc311 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()