Searched refs:ACTIVE (Results 1 – 6 of 6) sorted by relevance
45 enum class DmDeviceState { INVALID, SUSPENDED, ACTIVE }; enumerator
40 states it wants ACTIVE, the power management code will change to ACTIVE.143 is made, which calls `BTM_SetPowerMode` to set the link into ACTIVE166 - If the status is `BTM_PM_STS_ACTIVE` (still in the ACTIVE power mode),
91 if (state == DmDeviceState::ACTIVE) { in MapPartitionOnDeviceMapper()
547 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()590 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()597 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()
157 DmDeviceState::ACTIVE) { in GetDynamicPartitionDevice()
108 return DmDeviceState::ACTIVE; in GetState()