Home
last modified time | relevance | path

Searched refs:CommonEventForwarder (Results 1 – 1 of 1) sorted by relevance

/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp35 class CommonEventForwarder : public CommonEventSubscriber { class
37 … explicit CommonEventForwarder(const CommonEventSubscribeInfo &info, CommonEventHandler handler) in CommonEventForwarder() function in OHOS::uitest::CommonEventForwarder
42 virtual ~CommonEventForwarder() {} in ~CommonEventForwarder()
240 … shared_ptr<CommonEventForwarder> subscriber = make_shared<CommonEventForwarder>(info, onEvent); in WaitForPublishedCaller()
365 shared_ptr<CommonEventForwarder> g_broadcastCommandSubscriber = nullptr;
390 auto broadcastReplySubscriber = make_shared<CommonEventForwarder>(info, onEvent); in SendBroadcastCommand()
438 g_broadcastCommandSubscriber = make_shared<CommonEventForwarder>(info, onEvent); in SetBroadcastCommandHandler()