Home
last modified time | relevance | path

Searched refs:ACTIVE (Results 1 – 12 of 12) sorted by relevance

/system/chre/apps/power_test/common/include/generated/
Dchre_power_test_generated.h129 ACTIVE = 0, enumerator
133 MIN = ACTIVE,
139 WifiScanType::ACTIVE, in EnumValuesWifiScanType()
159 if (flatbuffers::IsOutRange(e, WifiScanType::ACTIVE, WifiScanType::NO_PREFERENCE)) return ""; in EnumNameWifiScanType()
480 chre::power_test::WifiScanType scan_type = chre::power_test::WifiScanType::ACTIVE,
/system/core/fs_mgr/tools/
Ddmctl.cpp274 if (!table_args->suspended && !dm.ChangeState(name, DmDeviceState::ACTIVE)) { in DmCreateCmdHandler()
313 if (!table_args->suspended && !dm.ChangeState(name, DmDeviceState::ACTIVE)) { in DmReplaceCmdHandler()
525 if (!dm.ChangeState(argv[0], DmDeviceState::ACTIVE)) { in ResumeCmdHandler()
/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc371 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()
417 .WillRepeatedly(Return(DmDeviceState::ACTIVE)); in TEST_P()
459 .WillRepeatedly(Return(DmDeviceState::ACTIVE)); in TEST_P()
512 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()
520 .WillOnce(Return(DmDeviceState::ACTIVE)); in TEST_P()
Ddynamic_partition_control_android.cc233 if (state == DmDeviceState::ACTIVE) { in MapPartitionOnDeviceMapper()
1227 if (GetState(partition_name_suffix) != DmDeviceState::ACTIVE) { in GetDynamicPartitionDevice()
/system/core/fs_mgr/libdm/
Ddm_test.cpp175 ASSERT_EQ(dm.GetState(dev.name()), DmDeviceState::ACTIVE); in TEST_F()
180 ASSERT_TRUE(dm.ChangeState(dev.name(), DmDeviceState::ACTIVE)); in TEST_F()
181 ASSERT_EQ(dm.GetState(dev.name()), DmDeviceState::ACTIVE); in TEST_F()
Ddm.cpp281 return DmDeviceState::ACTIVE; in GetState()
287 if (state != DmDeviceState::SUSPENDED && state != DmDeviceState::ACTIVE) { in ChangeState()
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h51 enum class DmDeviceState { INVALID, SUSPENDED, ACTIVE }; enumerator
/system/chre/apps/power_test/common/idl/
Dchre_power_test_generated.h141 ACTIVE = 0, enumerator
145 MIN = ACTIVE,
151 WifiScanType::ACTIVE, in EnumValuesWifiScanType()
171 if (flatbuffers::IsOutRange(e, WifiScanType::ACTIVE, WifiScanType::NO_PREFERENCE)) return ""; in EnumNameWifiScanType()
452 scan_type(chre::power_test::WifiScanType::ACTIVE), in WifiScanMessageT()
549 chre::power_test::WifiScanType scan_type = chre::power_test::WifiScanType::ACTIVE,
Dchre_power_test.fbs58 ACTIVE = 0,
/system/chre/host/common/test/power_test/
Dchre_power_test_client.cc224 {"active", WifiScanType::ACTIVE},
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1956 if (dm_.GetState(name) == DmDeviceState::ACTIVE && !IsSnapshotDevice(name)) { in RemoveInvalidSnapshots()
/system/apex/apexd/
Dapexd.cpp313 if (state == DmDeviceState::ACTIVE) { in CreateVerityDevice()