Searched refs:IsFlashd (Results 1 - 3 of 3) sorted by relevance
/base/update/updater/services/ |
H A D | updater_utils.cpp | 228 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 D | updater_service_unittest.cpp | 76 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 D | updater.h | 111 bool IsFlashd(const UpdateMessage &boot);
|
Completed in 2 milliseconds