Searched refs:ScreenEventCallback (Results 1 – 3 of 3) sorted by relevance
36 using ScreenEventCallback = std::function<void(std::string)>; variable40 …EventSubscriber(const CommonEventSubscribeInfo &subscribeInfo, const ScreenEventCallback &callback, in DmScreenEventSubscriber()49 ScreenEventCallback callback_;57 const ScreenEventCallback &callback);
53 const ScreenEventCallback &callback) in SubscribeScreenCommonEvent()
1588 ScreenEventCallback callback = [=](const auto &arg1) { this->ScreenCommonEventCallback(arg1); }; in SubscribeScreenLockEvent()