Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_exit_reason_data_manager.cpp30 const std::string JSON_KEY_ABILITY_LIST = "ability_list"; variable
263 { JSON_KEY_ABILITY_LIST, abilityList }, in ConvertAppExitReasonInfoToValue()
287 … if (jsonObject.contains(JSON_KEY_ABILITY_LIST) && jsonObject[JSON_KEY_ABILITY_LIST].is_array()) { in ConvertAppExitReasonInfoFromValue()
289 auto size = jsonObject[JSON_KEY_ABILITY_LIST].size(); in ConvertAppExitReasonInfoFromValue()
291 if (jsonObject[JSON_KEY_ABILITY_LIST][i].is_string()) { in ConvertAppExitReasonInfoFromValue()
292 abilityList.emplace_back(jsonObject[JSON_KEY_ABILITY_LIST][i]); in ConvertAppExitReasonInfoFromValue()