Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_stub.h59 bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms) override;
H A Dmock_snapshot.h54 MOCK_METHOD(bool, MapAllSnapshots, (const std::chrono::milliseconds& timeout_ms), (override));
H A Dsnapshot.h242 virtual bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) = 0;
381 bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) override;
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_stub.cpp163 bool SnapshotManagerStub::MapAllSnapshots(const std::chrono::milliseconds&) { in MapAllSnapshots() function in android::snapshot::SnapshotManagerStub
H A Dsnapshotctl.cpp74 return SnapshotManager::New()->MapAllSnapshots(5000ms); in MapCmdHandler()
H A Dsnapshot_test.cpp2458 TEST_F(SnapshotUpdateTest, MapAllSnapshots) { in TEST_F() argument
2465 ASSERT_TRUE(sm->MapAllSnapshots(10s)); in TEST_F()
H A Dsnapshot.cpp2722 bool SnapshotManager::MapAllSnapshots(const std::chrono::milliseconds& timeout_ms) { in MapAllSnapshots() function in android::snapshot::SnapshotManager