Home
last modified time | relevance | path

Searched defs:testListener (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_read_test.cpp65 auto testListener = [](const std::string& log) { in __anonfa4f1c7e0202() variable
91 auto testListener = [](const std::vector<std::string>& logs) { in __anonfa4f1c7e0302() variable
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_manager_client_test.cpp1554 sptr<IPrintCallback> testListener; variable
1571 sptr<IPrintCallback> testListener; variable
1589 sptr<IPrintCallback> testListener; variable
1606 sptr<IPrintCallback> testListener = new (std::nothrow) DummyPrintCallbackStub(); variable
2282 sptr<IPrintCallback> testListener; variable
2291 sptr<IPrintCallback> testListener; variable
2301 sptr<IPrintCallback> testListener; variable
2311 sptr<IPrintCallback> testListener; variable
2492 sptr<IPrintCallback> testListener; variable
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dime_proxy_test.cpp76 sptr<OnTextChangedListener> testListener = new TextListener(); in Attach() local