Home
last modified time | relevance | path

Searched refs:SUSPEND_DEVICE_REASON_MAX (Results 1 - 10 of 10) sorted by relevance

/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dpower_state_machine_info.h180 SUSPEND_DEVICE_REASON_MAX = SUSPEND_DEVICE_LOW_CAPACITY, member in OHOS::PowerMgr::SuspendDeviceType
182 SUSPEND_DEVICE_REASON_MAX = SUSPEND_DEVICE_REASON_SWITCH,
/base/powermgr/powermgr_lite/interfaces/innerkits/
H A Dpower_manage.h36 SUSPEND_DEVICE_REASON_MAX = SUSPEND_DEVICE_REASON_FORCE_SUSPEND, enumerator
/base/powermgr/power_manager/test/unittest/src/mock/
H A Dpower_mock_parcel_test.cpp76 int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1; in HWTEST_F()
189 int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1; in HWTEST_F()
H A Dpower_mock_proxy_test.cpp86 int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1; in HWTEST_F()
H A Dpower_mock_peer_test.cpp129 int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1; in HWTEST_F()
H A Dpower_mock_object_test.cpp93 int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1; in HWTEST_F()
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/
H A Dpowermgr_service_mock_parcel_test.cpp106 int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1; in HWTEST_F()
/base/powermgr/power_manager/test/unittest/src/servicetest/
H A Dpowermgr_service_native_test.cpp263 int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1; in HWTEST_F()
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_client_test.cpp294 int32_t suspendReason = (static_cast<int32_t>(SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX)) + 1; in HWTEST_F()
/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp424 if (type > SuspendDeviceType::SUSPEND_DEVICE_REASON_MAX) { in SuspendDeviceInner()

Completed in 11 milliseconds