Searched refs:NfcIntegrationFuzzer (Results 1 – 3 of 3) sorted by relevance
10 class NfcIntegrationFuzzer {12 NfcIntegrationFuzzer(const Session* session);13 ~NfcIntegrationFuzzer() { TearDown(); } in ~NfcIntegrationFuzzer()
283 void NfcIntegrationFuzzer::DoOneCommand( in DoOneCommand()491 NfcIntegrationFuzzer::NfcIntegrationFuzzer(const Session* session) in NfcIntegrationFuzzer() function in NfcIntegrationFuzzer499 bool NfcIntegrationFuzzer::Setup() { in Setup()531 void NfcIntegrationFuzzer::RunCommands() { in RunCommands()537 void NfcIntegrationFuzzer::TearDown() { in TearDown()
36 NfcIntegrationFuzzer nfc_integration_fuzzer(&session); in DEFINE_BINARY_PROTO_FUZZER()