Searched refs:MapAllSnapshots (Results 1 – 8 of 8) sorted by relevance
59 bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms) override;
54 MOCK_METHOD(bool, MapAllSnapshots, (const std::chrono::milliseconds& timeout_ms), (override));
241 virtual bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) = 0;380 bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) override;
163 bool SnapshotManagerStub::MapAllSnapshots(const std::chrono::milliseconds&) { in MapAllSnapshots() function in android::snapshot::SnapshotManagerStub
267 if (!sm_->MapAllSnapshots(10s)) { in ApplyUpdate()494 return SnapshotManager::New()->MapAllSnapshots(5000ms); in MapCmdHandler()
2493 ASSERT_TRUE(sm->MapAllSnapshots(10s)); in TEST_F()2517 TEST_F(SnapshotUpdateTest, MapAllSnapshots) { in TEST_F() argument2524 ASSERT_TRUE(sm->MapAllSnapshots(10s)); in TEST_F()
2775 bool SnapshotManager::MapAllSnapshots(const std::chrono::milliseconds& timeout_ms) { in MapAllSnapshots() function in android::snapshot::SnapshotManager
1487 return snapshot_->MapAllSnapshots(kMapSnapshotTimeout); in MapAllPartitions()