Home
last modified time | relevance | path

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

/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_constants.h39 static constexpr const char *LOAD_FAIL = "loadfail"; member
/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_producer.cpp31 static const std::vector<std::string> SA_STATUS_VEC {UNLOAD, LOAD_FAIL, CRASH};
H A Dmodule_update_consumer.cpp103 if (strcmp(saStatus.c_str(), LOAD_FAIL) == 0 || strcmp(saStatus.c_str(), CRASH) == 0) { in Run()

Completed in 2 milliseconds