Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_screen_common_event.h36 using ScreenEventCallback = std::function<void(std::string)>; variable
40 …EventSubscriber(const CommonEventSubscribeInfo &subscribeInfo, const ScreenEventCallback &callback, in DmScreenEventSubscriber()
49 ScreenEventCallback callback_;
57 const ScreenEventCallback &callback);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_screen_common_event.cpp53 const ScreenEventCallback &callback) in SubscribeScreenCommonEvent()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1588 ScreenEventCallback callback = [=](const auto &arg1) { this->ScreenCommonEventCallback(arg1); }; in SubscribeScreenLockEvent()