Searched defs:testListener (Results 1 – 3 of 3) sorted by relevance
65 auto testListener = [](const std::string& log) { in __anonfa4f1c7e0202() variable91 auto testListener = [](const std::vector<std::string>& logs) { in __anonfa4f1c7e0302() variable
1554 sptr<IPrintCallback> testListener; variable1571 sptr<IPrintCallback> testListener; variable1589 sptr<IPrintCallback> testListener; variable1606 sptr<IPrintCallback> testListener = new (std::nothrow) DummyPrintCallbackStub(); variable2282 sptr<IPrintCallback> testListener; variable2291 sptr<IPrintCallback> testListener; variable2301 sptr<IPrintCallback> testListener; variable2311 sptr<IPrintCallback> testListener; variable2492 sptr<IPrintCallback> testListener; variable
76 sptr<OnTextChangedListener> testListener = new TextListener(); in Attach() local