Home
last modified time | relevance | path

Searched refs:MapAllSnapshots (Results 1 – 8 of 8) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h59 bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms) override;
Dmock_snapshot.h54 MOCK_METHOD(bool, MapAllSnapshots, (const std::chrono::milliseconds& timeout_ms), (override));
Dsnapshot.h241 virtual bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) = 0;
380 bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) override;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp163 bool SnapshotManagerStub::MapAllSnapshots(const std::chrono::milliseconds&) { in MapAllSnapshots() function in android::snapshot::SnapshotManagerStub
Dsnapshotctl.cpp267 if (!sm_->MapAllSnapshots(10s)) { in ApplyUpdate()
494 return SnapshotManager::New()->MapAllSnapshots(5000ms); in MapCmdHandler()
Dsnapshot_test.cpp2493 ASSERT_TRUE(sm->MapAllSnapshots(10s)); in TEST_F()
2517 TEST_F(SnapshotUpdateTest, MapAllSnapshots) { in TEST_F() argument
2524 ASSERT_TRUE(sm->MapAllSnapshots(10s)); in TEST_F()
Dsnapshot.cpp2775 bool SnapshotManager::MapAllSnapshots(const std::chrono::milliseconds& timeout_ms) { in MapAllSnapshots() function in android::snapshot::SnapshotManager
/system/update_engine/aosp/
Ddynamic_partition_control_android.cc1487 return snapshot_->MapAllSnapshots(kMapSnapshotTimeout); in MapAllPartitions()