Searched defs:testListener (Results 1 – 4 of 4) sorted by relevance
65 auto testListener = [](const std::string& log) { in __anonb9ff1b5f0202() variable91 auto testListener = [](const std::vector<std::string>& logs) { in __anonb9ff1b5f0302() variable
1558 sptr<IPrintCallback> testListener; variable1575 sptr<IPrintCallback> testListener; variable1593 sptr<IPrintCallback> testListener; variable1610 sptr<IPrintCallback> testListener = new (std::nothrow) DummyPrintCallbackStub(); variable2298 sptr<IPrintCallback> testListener; variable2308 sptr<IPrintCallback> testListener; variable2320 sptr<IPrintCallback> testListener; variable2332 sptr<IPrintCallback> testListener; variable2538 sptr<IPrintCallback> testListener; variable
836 sptr<IPrintCallback> testListener = new (std::nothrow) DummyPrintCallbackStub(); variable
76 sptr<OnTextChangedListener> testListener = new TextListener(); in Attach() local