Searched refs:PerformAction (Results 1 – 5 of 5) sorted by relevance
68 ASSERT_TRUE(misc_writer_->PerformAction()); in TEST_F()73 ASSERT_TRUE(misc_writer_->PerformAction()); in TEST_F()81 ASSERT_TRUE(misc_writer_->PerformAction(offset)); in TEST_F()86 ASSERT_TRUE(misc_writer_->PerformAction(offset)); in TEST_F()94 ASSERT_TRUE(misc_writer_->PerformAction()); in TEST_F()100 ASSERT_FALSE(misc_writer_->PerformAction(override_offset)); in TEST_F()104 ASSERT_TRUE(misc_writer_->PerformAction()); in TEST_F()
50 bool MiscWriter::PerformAction(std::optional<size_t> override_offset) { in PerformAction() function in android::hardware::google::pixel::MiscWriter
104 if (!misc_writer->PerformAction(override_offset)) { in main()
84 if (!misc_writer.PerformAction()) { in WipeProvisionedFlag()96 if (!misc_writer.PerformAction()) { in ProvisionSilentOtaFlag()
57 bool PerformAction(std::optional<size_t> override_offset = std::nullopt);