Home
last modified time | relevance | path

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

/system/nfc/src/fuzzers/integration/
Dnfc_integration_fuzzer_impl.h10 class NfcIntegrationFuzzer {
12 NfcIntegrationFuzzer(const Session* session);
13 ~NfcIntegrationFuzzer() { TearDown(); } in ~NfcIntegrationFuzzer()
Dnfc_integration_fuzzer_impl.cc283 void NfcIntegrationFuzzer::DoOneCommand( in DoOneCommand()
491 NfcIntegrationFuzzer::NfcIntegrationFuzzer(const Session* session) in NfcIntegrationFuzzer() function in NfcIntegrationFuzzer
499 bool NfcIntegrationFuzzer::Setup() { in Setup()
531 void NfcIntegrationFuzzer::RunCommands() { in RunCommands()
537 void NfcIntegrationFuzzer::TearDown() { in TearDown()
Dnfc_integration_fuzzer.cc36 NfcIntegrationFuzzer nfc_integration_fuzzer(&session); in DEFINE_BINARY_PROTO_FUZZER()