Searched refs:CommonEventForwarder (Results 1 – 1 of 1) sorted by relevance
35 class CommonEventForwarder : public CommonEventSubscriber { class37 … explicit CommonEventForwarder(const CommonEventSubscribeInfo &info, CommonEventHandler handler) in CommonEventForwarder() function in OHOS::uitest::CommonEventForwarder42 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()