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;
123 InvokeIfValid<hci::CommandCompleteView>(std::move(on_command_complete_), data); in injectCommandComplete()
127 InvokeIfValid<hci::CommandStatusView>(std::move(on_command_status_), data); in injectCommandStatus()
133 InvokeIfValid<EventPacketView>(handler_pair->second, GetArbitraryBytes(&fdp)); in injectEvent()
140 InvokeIfValid<LeMetaEventView>(handler_pair->second, GetArbitraryBytes(&fdp)); in injectLeEvent()
145 InvokeIfValid<EventPacketView>(security_event_handler_, data); in injectSecurityEvent()
149 InvokeIfValid<LeMetaEventView>(le_security_event_handler_, data); in injectLeSecurityEvent()
153 InvokeIfValid<EventPacketView>(acl_event_handler_, data); in injectAclEvent()
162 InvokeIfValid<LeMetaEventView>(le_acl_event_handler_, data); in injectLeAclEvent()
171 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