Home
last modified time | relevance | path

Searched refs:IsFlashd (Results 1 - 3 of 3) sorted by relevance

/base/update/updater/services/
H A Dupdater_utils.cpp228 return !IsFlashd(boot) && strncmp(boot.command, "boot_updater", sizeof("boot_updater") - 1) == 0; in IsUpdater()
231 bool IsFlashd(const UpdateMessage &boot) in IsFlashd() function
/base/update/updater/test/unittest/service_test/
H A Dupdater_service_unittest.cpp76 HWTEST_F(UpdaterUtilUnitTest, IsFlashd, TestSize.Level1) in HWTEST_F()
78 EXPECT_EQ(IsFlashd({"boot_updater", "", "boot_flash"}), true); in HWTEST_F()
79 EXPECT_EQ(IsFlashd({"boot_updater", "", ""}), false); in HWTEST_F()
96 RegisterMode({ IsFlashd, "FLASHD", "", dummyEntry }); in HWTEST_F()
/base/update/updater/services/include/updater/
H A Dupdater.h111 bool IsFlashd(const UpdateMessage &boot);

Completed in 2 milliseconds