Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp38 constexpr const char* MODULE_UPDATE_PARAM = "persist.samgr.moduleupdate"; variable
206 std::string startKey = std::string(MODULE_UPDATE_PARAM) + ".start"; in SendUpdateSaState()
207 … std::string saKey = std::string(MODULE_UPDATE_PARAM) + "." + std::to_string(systemAbilityId); in SendUpdateSaState()