Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dfuzz_hci_layer.cc158 auto handler_pair = event_handlers_.find(static_cast<EventCode>(fdp.ConsumeIntegral<uint8_t>())); in injectEvent() local
159 if (handler_pair != event_handlers_.end()) { in injectEvent()
160 InvokeIfValid<EventView>(handler_pair->second, GetArbitraryBytes(&fdp)); in injectEvent()
165 …auto handler_pair = le_event_handlers_.find(static_cast<SubeventCode>(fdp.ConsumeIntegral<uint8_t>… in injectLeEvent() local
166 if (handler_pair != le_event_handlers_.end()) { in injectLeEvent()
167 InvokeIfValid<LeMetaEventView>(handler_pair->second, GetArbitraryBytes(&fdp)); in injectLeEvent()