Searched defs:callTimeMs (Results 1 – 10 of 10) sorted by relevance
| /base/powermgr/power_manager/services/native/src/actions/default/display/ |
| 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()
|
| D | default_device_state_action.h | 31 void RefreshActivity(const int64_t callTimeMs, UserActivityType type, in RefreshActivity()
|
| D | device_state_action.h | 35 void RefreshActivity(const int64_t callTimeMs, UserActivityType type, in RefreshActivity()
|
| 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()
|
| /base/powermgr/power_manager/test/fuzztest/power_utils/ |
| D | power_fuzzer.cpp | 56 … virtual void Suspend([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] SuspendDeviceType type, in Suspend() 59 virtual void Wakeup([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] WakeupDeviceType type, in Wakeup() 61 …virtual void RefreshActivity([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] UserActivityTyp… in RefreshActivity()
|
| /base/powermgr/power_manager/test/unittest/src/servicetest/ |
| 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()
|
| /base/powermgr/power_manager/services/native/src/ |
| D | power_state_machine.cpp | 399 … pid_t pid, int64_t callTimeMs, SuspendDeviceType type, bool suspendImmed, bool ignoreScreenState) in SuspendDeviceInner() 490 void PowerStateMachine::HandlePreBrightWakeUp(int64_t callTimeMs, WakeupDeviceType type, const std:… in HandlePreBrightWakeUp() 545 …pid_t pid, int64_t callTimeMs, WakeupDeviceType type, const std::string& details, const std::strin… in WakeupDeviceInner() 597 pid_t pid, int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) in WakeupDeviceInner() 659 bool PowerStateMachine::ForceSuspendDeviceInner(pid_t pid, int64_t callTimeMs) in WakeupDeviceInner()
|
| D | power_mgr_service.cpp | 841 PowerErrors PowerMgrService::SuspendDevice(int64_t callTimeMs, SuspendDeviceType reason, bool suspe… in SuspendDevice() 858 PowerErrors PowerMgrService::WakeupDevice(int64_t callTimeMs, WakeupDeviceType reason, const std::s… in WakeupDevice() 872 bool PowerMgrService::RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBac… in RefreshActivity() 883 bool PowerMgrService::RefreshActivityInner(int64_t callTimeMs, UserActivityType type, bool needChan… in RefreshActivityInner() 956 PowerErrors PowerMgrService::ForceSuspendDevice(int64_t callTimeMs) in ForceSuspendDevice()
|
| /base/powermgr/power_manager/services/zidl/src/ |
| 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()
|
| /base/powermgr/power_manager/services/native/include/ |
| D | power_mgr_service.h | 62 …virtual void WakeupDeviceAsync(int64_t callTimeMs, WakeupDeviceType reason, const std::string& det… in WakeupDeviceAsync()
|