Searched refs:HandleImminentDataWipe (Results 1 – 7 of 7) sorted by relevance
50 bool HandleImminentDataWipe(const std::function<void()>& callback = {}) override;
55 MOCK_METHOD(bool, HandleImminentDataWipe, (const std::function<void()>& callback), (override));
254 virtual bool HandleImminentDataWipe(const std::function<void()>& callback = {}) = 0;365 bool HandleImminentDataWipe(const std::function<void()>& callback = {}) override;
107 SNAPSHOT_FUZZ_FUNCTION(HandleImminentDataWipe, bool, bool has_callback) { in SNAPSHOT_FUZZ_FUNCTION() argument112 return snapshot->HandleImminentDataWipe(callback); in SNAPSHOT_FUZZ_FUNCTION()
88 bool SnapshotManagerStub::HandleImminentDataWipe(const std::function<void()>&) { in HandleImminentDataWipe() function in android::snapshot::SnapshotManagerStub
1728 ASSERT_TRUE(new_sm->HandleImminentDataWipe()); in TEST_F()1794 ASSERT_TRUE(new_sm->HandleImminentDataWipe()); in TEST_F()1819 ASSERT_TRUE(new_sm->HandleImminentDataWipe()); in TEST_F()1847 ASSERT_TRUE(new_sm->HandleImminentDataWipe()); in TEST_F()1908 ASSERT_TRUE(new_sm->HandleImminentDataWipe()); in TEST_F()
3339 bool SnapshotManager::HandleImminentDataWipe(const std::function<void()>& callback) { in HandleImminentDataWipe() function in android::snapshot::SnapshotManager