Searched defs:callTimeMs (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/powermgr/power_manager/services/native/src/actions/default/display/ |
H A D | default_device_state_action.cpp | 23 void DefaultDeviceStateAction::Suspend(int64_t callTimeMs, SuspendDeviceType type, uint32_t flags) in Suspend() 33 int64_t callTimeMs, WakeupDeviceType type, const string& details, const string& pkgName) in Wakeup()
|
H A D | default_device_state_action.h | 31 void RefreshActivity(const int64_t callTimeMs, UserActivityType type, in RefreshActivity()
|
H A D | device_state_action.h | 35 void RefreshActivity(const int64_t callTimeMs, UserActivityType type, in RefreshActivity()
|
H A D | device_state_action.cpp | 43 void DeviceStateAction::Suspend(int64_t callTimeMs, SuspendDeviceType type, uint32_t flags) in Suspend() 54 void DeviceStateAction::Wakeup(int64_t callTimeMs, WakeupDeviceType type, const string& details, in Wakeup()
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/servicetest/ |
H A D | powermgr_service_test_proxy.cpp | 340 PowerErrors PowerMgrServiceTestProxy::SuspendDevice(int64_t callTimeMs, SuspendDeviceType reason, b… in SuspendDevice() 368 PowerErrors PowerMgrServiceTestProxy::WakeupDevice(int64_t callTimeMs, WakeupDeviceType reason, in WakeupDevice() 397 bool PowerMgrServiceTestProxy::RefreshActivity(int64_t callTimeMs, UserActivityType type, bool need… in RefreshActivity() 475 PowerErrors PowerMgrServiceTestProxy::ForceSuspendDevice(int64_t callTimeMs) in ForceSuspendDevice()
|
/ohos5.0/base/powermgr/power_manager/services/native/src/ |
H A D | power_state_machine.cpp | 411 … pid_t pid, int64_t callTimeMs, SuspendDeviceType type, bool suspendImmed, bool ignoreScreenState) in SuspendDeviceInner() 502 void PowerStateMachine::HandlePreBrightWakeUp(int64_t callTimeMs, WakeupDeviceType type, const std:… in HandlePreBrightWakeUp() 557 …pid_t pid, int64_t callTimeMs, WakeupDeviceType type, const std::string& details, const std::strin… in WakeupDeviceInner() 609 pid_t pid, int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) in WakeupDeviceInner() 671 bool PowerStateMachine::ForceSuspendDeviceInner(pid_t pid, int64_t callTimeMs) in WakeupDeviceInner()
|
H A D | power_mgr_service.cpp | 864 PowerErrors PowerMgrService::SuspendDevice(int64_t callTimeMs, SuspendDeviceType reason, bool suspe… in SuspendDevice() 881 PowerErrors PowerMgrService::WakeupDevice(int64_t callTimeMs, WakeupDeviceType reason, const std::s… in WakeupDevice() 895 bool PowerMgrService::RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBac… in RefreshActivity() 906 bool PowerMgrService::RefreshActivityInner(int64_t callTimeMs, UserActivityType type, bool needChan… in RefreshActivityInner() 979 PowerErrors PowerMgrService::ForceSuspendDevice(int64_t callTimeMs) in ForceSuspendDevice()
|
/ohos5.0/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_proxy.cpp | 466 PowerErrors PowerMgrProxy::SuspendDevice(int64_t callTimeMs, SuspendDeviceType reason, bool suspend… in SuspendDevice() 496 PowerErrors PowerMgrProxy::WakeupDevice(int64_t callTimeMs, WakeupDeviceType reason, const std::str… in WakeupDevice() 526 void PowerMgrProxy::WakeupDeviceAsync(int64_t callTimeMs, WakeupDeviceType reason, const std::strin… in WakeupDeviceAsync() 552 bool PowerMgrProxy::RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBackl… in RefreshActivity() 635 PowerErrors PowerMgrProxy::ForceSuspendDevice(int64_t callTimeMs) in ForceSuspendDevice()
|
/ohos5.0/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_service.h | 69 …virtual void WakeupDeviceAsync(int64_t callTimeMs, WakeupDeviceType reason, const std::string& det… in WakeupDeviceAsync()
|