Home
last modified time | relevance | path

Searched refs:ChangeState (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/fs_mgr/tools/
H A 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()
539 if (!dm.ChangeState(argv[0], DmDeviceState::SUSPENDED)) { in SuspendCmdHandler()
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h150 bool ChangeState(const std::string& name, DmDeviceState state);
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_test.cpp177 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 Ddm.cpp286 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 DBLASTSync.md77 that even in an ordering like AcquireLock, ChangeState, PrepareSync, Release lock we can't