Searched refs:kNoCause (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/tests/component/ |
D | updater_test.cpp | 107 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/ |
D | error_code.h | 34 kNoCause = -1, enumerator
|
/bootable/recovery/updater/ |
D | updater.cpp | 198 if (state.cause_code != kNoCause) { in main()
|
D | blockimg.cpp | 75 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/ |
D | expr.cpp | 425 : script(script), cookie(cookie), error_code(kNoError), cause_code(kNoCause) {} in State()
|