Lines Matching defs:HciWatcher
33 HciWatcher::HciWatcher()
36 HciWatcher::~HciWatcher()
41 bool HciWatcher::AddFdToWatcher(int fd, HciDataCallback callback)
49 bool HciWatcher::RemoveFdToWatcher(int fd)
57 bool HciWatcher::SetTimeout(std::chrono::milliseconds timeout, TimeoutCallback callback)
68 bool HciWatcher::Start()
75 HDF_LOGE("HciWatcher create pipe failed.");
80 thread_ = std::thread(std::bind(&HciWatcher::WatcherThread, this));
96 bool HciWatcher::Stop()
113 void HciWatcher::WatcherThread()
171 void HciWatcher::ThreadWakeup()