Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshotctl.cpp54 return SnapshotManager::New()->MapAllSnapshots(5000ms); in MapCmdHandler()
Dsnapshot_stub.cpp157 bool SnapshotManagerStub::MapAllSnapshots(const std::chrono::milliseconds&) { in MapAllSnapshots() function in android::snapshot::SnapshotManagerStub
Dsnapshot_test.cpp2086 TEST_F(SnapshotUpdateTest, MapAllSnapshots) { in TEST_F() argument
2095 ASSERT_TRUE(sm->MapAllSnapshots(10s)); in TEST_F()
Dsnapshot.cpp2302 bool SnapshotManager::MapAllSnapshots(const std::chrono::milliseconds& timeout_ms) { in MapAllSnapshots() function in android::snapshot::SnapshotManager
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h58 bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms) override;
Dmock_snapshot.h53 MOCK_METHOD(bool, MapAllSnapshots, (const std::chrono::milliseconds& timeout_ms), (override));
Dsnapshot.h238 virtual bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) = 0;
373 bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) override;
/system/update_engine/aosp/
Ddynamic_partition_control_android.cc1450 return snapshot_->MapAllSnapshots(kMapSnapshotTimeout); in MapAllPartitions()