Searched refs:profileValues (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | avsession_dynamic_insight.cpp | 50 nlohmann::json profileValues = nlohmann::json::parse(profile, nullptr, false); in CheckBundleSupport() local 51 CHECK_AND_RETURN_RET_LOG(!profileValues.is_discarded(), false, "json object is null"); in CheckBundleSupport() 52 CHECK_AND_RETURN_RET_LOG(profileValues.contains("insightIntents"), false, "json do not contains insightIntents"); in CheckBundleSupport() 53 for (const auto& value : profileValues["insightIntents"]) { in CheckBundleSupport() 130 nlohmann::json profileValues = nlohmann::json::parse(profile, nullptr, false); in GetPlayIntentParam() local 131 CHECK_AND_RETURN_RET_LOG(!profileValues.is_discarded(), false, "json object is null"); in GetPlayIntentParam() 132 CHECK_AND_RETURN_RET_LOG(profileValues.contains("insightIntents"), false, "json do not contains insightIntents"); in GetPlayIntentParam() 134 for (const auto& value : profileValues["insightIntents"]) { in GetPlayIntentParam()
|
H A D | bundle_status_adapter.cpp | 134 nlohmann::json profileValues = nlohmann::json::parse(profile, nullptr, false); in CheckBundleSupport() local 135 CHECK_AND_RETURN_RET_LOG(!profileValues.is_discarded(), false, "json object is null"); in CheckBundleSupport() 136 CHECK_AND_RETURN_RET_LOG(profileValues.contains("insightIntents"), false, "json do not contains insightIntents"); in CheckBundleSupport() 137 for (const auto& value : profileValues["insightIntents"]) { in CheckBundleSupport()
|
Completed in 2 milliseconds