Home
last modified time | relevance | path

Searched refs:PollEventThread (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_network.h54 static void* PollEventThread(void* arg);
H A Dpan_network.cpp84 threadId = CreateThread(PollEventThread, this); in Open()
346 void* PanNetwork::PollEventThread(void* arg) in PollEventThread() function in OHOS::bluetooth::PanNetwork
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_uhid.h51 static void* PollEventThread(void* arg);
H A Dhid_host_uhid.cpp53 threadId = CreateThread(PollEventThread, this); in Open()
303 void* HidHostUhid::PollEventThread(void* arg) in PollEventThread() function in OHOS::bluetooth::HidHostUhid