Home
last modified time | relevance | path

Searched refs:kNoCause (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/tests/component/
Dupdater_test.cpp107 CauseCode cause_code = kNoCause) { in RunBlockImageUpdate()
207 kNoCause); in TEST_F()
211 kNoCause); in TEST_F()
243 expect("t", cmd, kNoCause); in TEST_F()
248 expect("t", cmd, kNoCause); in TEST_F()
253 expect("t", cmd, kNoCause); in TEST_F()
258 expect("", cmd, kNoCause); in TEST_F()
285 expect("tardis", script1, kNoCause); in TEST_F()
289 expect("magic", script2, kNoCause); in TEST_F()
294 expect("", script3, kNoCause); in TEST_F()
[all …]
/bootable/recovery/otautil/include/otautil/
Derror_code.h34 kNoCause = -1, enumerator
/bootable/recovery/updater/
Dupdater.cpp198 if (state.cause_code != kNoCause) { in main()
Dblockimg.cpp75 static CauseCode failure_type = kNoCause;
1858 if (cmd_type == Command::Type::COMPUTE_HASH_TREE && failure_type == kNoCause) { in PerformBlockImageUpdate()
1964 if (failure_type != kNoCause && state->cause_code == kNoCause) { in PerformBlockImageUpdate()
/bootable/recovery/edify/
Dexpr.cpp425 : script(script), cookie(cookie), error_code(kNoError), cause_code(kNoCause) {} in State()