Home
last modified time | relevance | path

Searched refs:SUSPEND_DEVICE_REASON_MAX (Results 1 – 8 of 8) sorted by relevance

/base/powermgr/powermgr_lite/interfaces/innerkits/
Dpower_manage.h36 SUSPEND_DEVICE_REASON_MAX = SUSPEND_DEVICE_REASON_FORCE_SUSPEND, enumerator
/base/powermgr/power_manager/interfaces/innerkits/native/include/
Dpower_state_machine_info.h124 SUSPEND_DEVICE_REASON_MAX = SUSPEND_DEVICE_REASON_FORCE_SUSPEND, enumerator
/base/powermgr/power_manager/services/native/test/unittest/src/mock/
Dpower_mock_parcel_test.cpp76 … int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1;
200 … int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1;
Dpower_mock_proxy_test.cpp91 … int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1;
Dpower_mock_object_test.cpp97 … int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1;
Dpower_mock_peer_test.cpp135 … int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1;
/base/powermgr/power_manager/services/native/test/unittest/src/
Dpower_mgr_client_test.cpp282 … int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1;
/base/powermgr/power_manager/services/native/src/
Dpower_state_machine.cpp204 if (type > SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX) { in SuspendDeviceInner()