Home
last modified time | relevance | path

Searched refs:AddFdToWatcher (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.cpp71 …watcher_.AddFdToWatcher(channel[0], std::bind(&Hci::H4Protocol::ReadData, h4, std::placeholders::_… in WatchHciChannel()
78 watcher_.AddFdToWatcher( in WatchHciChannel()
80 watcher_.AddFdToWatcher( in WatchHciChannel()
H A Dhci_watcher.h39 bool AddFdToWatcher(int fd, HciDataCallback callback);
H A Dhci_watcher.cpp41 bool HciWatcher::AddFdToWatcher(int fd, HciDataCallback callback) in AddFdToWatcher() function in OHOS::HDI::Bluetooth::Hci::HciWatcher