Searched refs:sortValues (Results 1 – 1 of 1) sorted by relevance
1558 nlohmann::json sortValues = json::parse(oldSortContent, nullptr, false); in GetHistoricalSessionDescriptorsFromFile() local1559 CHECK_AND_RETURN_RET_LOG(!sortValues.is_discarded(), AVSESSION_ERROR, "json object is null"); in GetHistoricalSessionDescriptorsFromFile()1560 for (const auto& value : sortValues) { in GetHistoricalSessionDescriptorsFromFile()1832 nlohmann::json sortValues = json::parse(sortContent, nullptr, false); in StartDefaultAbilityByCall() local1833 … CHECK_AND_RETURN_RET_LOG(!sortValues.is_discarded(), AVSESSION_ERROR, "json object is null"); in StartDefaultAbilityByCall()1834 for (auto& value : sortValues) { in StartDefaultAbilityByCall()