Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h50 bool HandleImminentDataWipe(const std::function<void()>& callback = {}) override;
Dmock_snapshot.h55 MOCK_METHOD(bool, HandleImminentDataWipe, (const std::function<void()>& callback), (override));
Dsnapshot.h254 virtual bool HandleImminentDataWipe(const std::function<void()>& callback = {}) = 0;
365 bool HandleImminentDataWipe(const std::function<void()>& callback = {}) override;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz.cpp107 SNAPSHOT_FUZZ_FUNCTION(HandleImminentDataWipe, bool, bool has_callback) { in SNAPSHOT_FUZZ_FUNCTION() argument
112 return snapshot->HandleImminentDataWipe(callback); in SNAPSHOT_FUZZ_FUNCTION()
Dsnapshot_stub.cpp88 bool SnapshotManagerStub::HandleImminentDataWipe(const std::function<void()>&) { in HandleImminentDataWipe() function in android::snapshot::SnapshotManagerStub
Dsnapshot_test.cpp1728 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()
Dsnapshot.cpp3339 bool SnapshotManager::HandleImminentDataWipe(const std::function<void()>& callback) { in HandleImminentDataWipe() function in android::snapshot::SnapshotManager