Home
last modified time | relevance | path

Searched refs:printerAdapterPtr (Results 1 - 1 of 1) sorted by relevance

/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp212 PrintDocumentAdapter *printerAdapterPtr = new PrintDocumentAdapter(); in TestOn() local
213 sptr <PrintCallback> callback = new(std::nothrow) PrintCallback(printerAdapterPtr); in TestOn()
219 delete printerAdapterPtr; in TestOn()
220 printerAdapterPtr = nullptr; in TestOn()
233 PrintDocumentAdapter *printerAdapterPtr = new PrintDocumentAdapter(); in TestCallback() local
234 sptr <PrintCallback> callback = new(std::nothrow) PrintCallback(printerAdapterPtr); in TestCallback()
240 delete printerAdapterPtr; in TestCallback()
241 printerAdapterPtr = nullptr; in TestCallback()

Completed in 3 milliseconds