Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_read_test.cpp65 auto testListener = [](const std::string& log) { in __anonb9ff1b5f0202() variable
91 auto testListener = [](const std::vector<std::string>& logs) { in __anonb9ff1b5f0302() variable
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_manager_client_test.cpp1558 sptr<IPrintCallback> testListener; variable
1575 sptr<IPrintCallback> testListener; variable
1593 sptr<IPrintCallback> testListener; variable
1610 sptr<IPrintCallback> testListener = new (std::nothrow) DummyPrintCallbackStub(); variable
2298 sptr<IPrintCallback> testListener; variable
2308 sptr<IPrintCallback> testListener; variable
2320 sptr<IPrintCallback> testListener; variable
2332 sptr<IPrintCallback> testListener; variable
2538 sptr<IPrintCallback> testListener; variable
Dprint_service_proxy_test.cpp836 sptr<IPrintCallback> testListener = new (std::nothrow) DummyPrintCallbackStub(); variable
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dime_proxy_test.cpp76 sptr<OnTextChangedListener> testListener = new TextListener(); in Attach() local