Home
last modified time | relevance | path

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

/system/bt/gd/hci/fuzz/
Dfuzz_hci_layer.cc26 using bluetooth::fuzz::InvokeIfValid;
132 InvokeIfValid<hci::CommandCompleteView>(std::move(on_command_complete_), data); in injectCommandComplete()
136 InvokeIfValid<hci::CommandStatusView>(std::move(on_command_status_), data); in injectCommandStatus()
142 InvokeIfValid<EventView>(handler_pair->second, GetArbitraryBytes(&fdp)); in injectEvent()
149 InvokeIfValid<LeMetaEventView>(handler_pair->second, GetArbitraryBytes(&fdp)); in injectLeEvent()
154 InvokeIfValid<EventView>(security_event_handler_, data); in injectSecurityEvent()
158 InvokeIfValid<LeMetaEventView>(le_security_event_handler_, data); in injectLeSecurityEvent()
162 InvokeIfValid<EventView>(acl_event_handler_, data); in injectAclEvent()
171 InvokeIfValid<LeMetaEventView>(le_acl_event_handler_, data); in injectLeAclEvent()
180 InvokeIfValid<LeMetaEventView>(le_advertising_event_handler_, data); in injectLeAdvertisingEvent()
[all …]
/system/bt/gd/fuzz/
Dhelpers.h41 void InvokeIfValid(common::ContextualOnceCallback<void(TView)> callback, std::vector<uint8_t> data)… in InvokeIfValid() function
50 void InvokeIfValid(common::ContextualCallback<void(TView)> callback, std::vector<uint8_t> data) { in InvokeIfValid() function