Searched refs:MapAllSnapshots (Results 1 – 7 of 7) 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));
242 virtual bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) = 0;381 bool MapAllSnapshots(const std::chrono::milliseconds& timeout_ms = {}) override;
163 bool SnapshotManagerStub::MapAllSnapshots(const std::chrono::milliseconds&) { in MapAllSnapshots() function in android::snapshot::SnapshotManagerStub
74 return SnapshotManager::New()->MapAllSnapshots(5000ms); in MapCmdHandler()
2458 TEST_F(SnapshotUpdateTest, MapAllSnapshots) { in TEST_F() argument2465 ASSERT_TRUE(sm->MapAllSnapshots(10s)); in TEST_F()
2722 bool SnapshotManager::MapAllSnapshots(const std::chrono::milliseconds& timeout_ms) { in MapAllSnapshots() function in android::snapshot::SnapshotManager