Searched refs:abilityNameItem (Results 1 – 1 of 1) sorted by relevance
311 cJSON* abilityNameItem = cJSON_GetObjectItem(dstInfo, "DstAbilityName"); in ReadDstInfo() local312 …if (abilityNameItem == nullptr || !cJSON_IsString(abilityNameItem) || (abilityNameItem->valuestrin… in ReadDstInfo()316 std::string abilityName = abilityNameItem->valuestring; in ReadDstInfo()