Searched defs:callTimeMs (Results 1 – 9 of 9) sorted by relevance
/base/powermgr/power_manager/services/native/src/actions/default/display/ |
D | default_device_state_action.h | 31 void RefreshActivity(const int64_t callTimeMs, UserActivityType type, in RefreshActivity()
|
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 | device_state_action.h | 32 void RefreshActivity(const int64_t callTimeMs, UserActivityType type, in RefreshActivity()
|
D | device_state_action.cpp | 42 void DeviceStateAction::Suspend(int64_t callTimeMs, SuspendDeviceType type, uint32_t flags) in Suspend() 53 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 | 48 … virtual void Suspend([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] SuspendDeviceType type, in Suspend() 51 virtual void Wakeup([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] WakeupDeviceType type, in Wakeup() 53 …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 | 338 PowerErrors PowerMgrServiceTestProxy::SuspendDevice(int64_t callTimeMs, SuspendDeviceType reason, b… in SuspendDevice() 366 PowerErrors PowerMgrServiceTestProxy::WakeupDevice(int64_t callTimeMs, WakeupDeviceType reason, in WakeupDevice() 395 bool PowerMgrServiceTestProxy::RefreshActivity(int64_t callTimeMs, UserActivityType type, bool need… in RefreshActivity() 479 bool PowerMgrServiceTestProxy::ForceSuspendDevice(int64_t callTimeMs) in ForceSuspendDevice()
|
/base/powermgr/power_manager/services/native/src/ |
D | power_state_machine.cpp | 227 … pid_t pid, int64_t callTimeMs, SuspendDeviceType type, bool suspendImmed, bool ignoreScreenState) in SuspendDeviceInner() 254 …pid_t pid, int64_t callTimeMs, WakeupDeviceType type, const std::string& details, const std::strin… in WakeupDeviceInner() 284 pid_t pid, int64_t callTimeMs, UserActivityType type, bool needChangeBacklight) in RefreshActivityInner() 362 bool PowerStateMachine::ForceSuspendDeviceInner(pid_t pid, int64_t callTimeMs) in ForceSuspendDeviceInner()
|
D | power_mgr_service.cpp | 541 PowerErrors PowerMgrService::SuspendDevice(int64_t callTimeMs, SuspendDeviceType reason, bool suspe… in SuspendDevice() 558 PowerErrors PowerMgrService::WakeupDevice(int64_t callTimeMs, WakeupDeviceType reason, const std::s… in WakeupDevice() 573 bool PowerMgrService::RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBac… in RefreshActivity() 625 bool PowerMgrService::ForceSuspendDevice(int64_t callTimeMs) in ForceSuspendDevice()
|
/base/powermgr/power_manager/services/zidl/src/ |
D | power_mgr_proxy.cpp | 395 PowerErrors PowerMgrProxy::SuspendDevice(int64_t callTimeMs, SuspendDeviceType reason, bool suspend… in SuspendDevice() 424 PowerErrors PowerMgrProxy::WakeupDevice(int64_t callTimeMs, WakeupDeviceType reason, const std::str… in WakeupDevice() 453 bool PowerMgrProxy::RefreshActivity(int64_t callTimeMs, UserActivityType type, bool needChangeBackl… in RefreshActivity() 540 bool PowerMgrProxy::ForceSuspendDevice(int64_t callTimeMs) in ForceSuspendDevice()
|