Searched refs:ChangeState (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/fs_mgr/tools/ |
H A 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() 539 if (!dm.ChangeState(argv[0], DmDeviceState::SUSPENDED)) { in SuspendCmdHandler()
|
/aosp14/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm.h | 150 bool ChangeState(const std::string& name, DmDeviceState state);
|
/aosp14/system/core/fs_mgr/libdm/ |
H A D | dm_test.cpp | 177 ASSERT_TRUE(dm.ChangeState(dev.name(), DmDeviceState::SUSPENDED)); in TEST_F() 180 ASSERT_TRUE(dm.ChangeState(dev.name(), DmDeviceState::ACTIVE)); in TEST_F()
|
H A D | dm.cpp | 286 bool DeviceMapper::ChangeState(const std::string& name, DmDeviceState state) { in ChangeState() function in android::dm::DeviceMapper
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | BLASTSync.md | 77 that even in an ordering like AcquireLock, ChangeState, PrepareSync, Release lock we can't
|