Searched refs:MapAllSnapshots (Results 1 – 8 of 8) sorted by relevance
54 return SnapshotManager::New()->MapAllSnapshots(5000ms); in MapCmdHandler()
157 bool SnapshotManagerStub::MapAllSnapshots(const std::chrono::milliseconds&) { in MapAllSnapshots() function in android::snapshot::SnapshotManagerStub
2086 TEST_F(SnapshotUpdateTest, MapAllSnapshots) { in TEST_F() argument2095 ASSERT_TRUE(sm->MapAllSnapshots(10s)); in TEST_F()
2302 bool SnapshotManager::MapAllSnapshots(const std::chrono::milliseconds& timeout_ms) { in MapAllSnapshots() function in android::snapshot::SnapshotManager
58 bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms) override;
53 MOCK_METHOD(bool, MapAllSnapshots, (const std::chrono::milliseconds& timeout_ms), (override));
238 virtual bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) = 0;373 bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) override;
1450 return snapshot_->MapAllSnapshots(kMapSnapshotTimeout); in MapAllPartitions()