Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_data_manager.cpp31 const std::string JSON_KEY_ABILITY_NAME = "abilityName"; variable
455 { JSON_KEY_ABILITY_NAME, info.abilityName }, in ConvertAutoStartupDataToKey()
483 … if (jsonObject.contains(JSON_KEY_ABILITY_NAME) && jsonObject[JSON_KEY_ABILITY_NAME].is_string()) { in ConvertAutoStartupInfoFromKeyAndValue()
484 info.abilityName = jsonObject.at(JSON_KEY_ABILITY_NAME).get<std::string>(); in ConvertAutoStartupInfoFromKeyAndValue()
544 || !IsEqual(jsonObject, JSON_KEY_ABILITY_NAME, info.abilityName) in IsEqual()