Home
last modified time | relevance | path

Searched refs:SA_START_PREFIX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_constants.h37 static constexpr const char *SA_START_PREFIX = "persist.samgr.moduleupdate"; variable
/ohos5.0/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_producer.cpp51 std::string attr = std::string(SA_START_PREFIX) + "." + std::to_string(saId); in AddAbnormalSa()