Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinner_mission_info.cpp30 const std::string KEY_LABEL = "Label"; variable
55 value[KEY_LABEL] = missionInfo.label; in ToJsonStr()
124 if (!CheckJsonNode(value, KEY_LABEL, JsonType::STRING)) { in FromJsonStr()
127 missionInfo.label = value[KEY_LABEL].get<std::string>(); in FromJsonStr()