Searched refs:ACTIVE (Results 1 – 12 of 12) sorted by relevance
/system/chre/apps/power_test/common/include/generated/ |
D | chre_power_test_generated.h | 129 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/ |
D | dmctl.cpp | 274 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/ |
D | dynamic_partition_control_android_unittest.cc | 371 .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()
|
D | dynamic_partition_control_android.cc | 233 if (state == DmDeviceState::ACTIVE) { in MapPartitionOnDeviceMapper() 1227 if (GetState(partition_name_suffix) != DmDeviceState::ACTIVE) { in GetDynamicPartitionDevice()
|
/system/core/fs_mgr/libdm/ |
D | dm_test.cpp | 175 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()
|
D | dm.cpp | 281 return DmDeviceState::ACTIVE; in GetState() 287 if (state != DmDeviceState::SUSPENDED && state != DmDeviceState::ACTIVE) { in ChangeState()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 51 enum class DmDeviceState { INVALID, SUSPENDED, ACTIVE }; enumerator
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test_generated.h | 141 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,
|
D | chre_power_test.fbs | 58 ACTIVE = 0,
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 224 {"active", WifiScanType::ACTIVE},
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 1956 if (dm_.GetState(name) == DmDeviceState::ACTIVE && !IsSnapshotDevice(name)) { in RemoveInvalidSnapshots()
|
/system/apex/apexd/ |
D | apexd.cpp | 313 if (state == DmDeviceState::ACTIVE) { in CreateVerityDevice()
|