Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/
H A Didevice_manager_service_impl.h279 virtual void ScreenCommonEventCallback(std::string commonEventType) = 0;
H A Ddevice_manager_service.h218 void ScreenCommonEventCallback(std::string commonEventType);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl.h133 void ScreenCommonEventCallback(std::string commonEventType);
H A Ddevice_manager_service_impl_lite.h132 void ScreenCommonEventCallback(std::string commonEventType);
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_two.cpp284 DeviceManagerService::GetInstance().ScreenCommonEventCallback(commonEventType);
H A DUTTest_device_manager_service.cpp1431 DeviceManagerService::GetInstance().ScreenCommonEventCallback(commonEventType);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp459 void DeviceManagerServiceImpl::ScreenCommonEventCallback(std::string commonEventType) in ScreenCommonEventCallback() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
H A Ddevice_manager_service_impl.cpp725 void DeviceManagerServiceImpl::ScreenCommonEventCallback(std::string commonEventType) in ScreenCommonEventCallback() function in OHOS::DistributedHardware::DeviceManagerServiceImpl
/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()
1648 void DeviceManagerService::ScreenCommonEventCallback(std::string commonEventType) in ScreenCommonEventCallback() function in OHOS::DistributedHardware::DeviceManagerService
1654 dmServiceImpl_->ScreenCommonEventCallback(commonEventType); in ScreenCommonEventCallback()