Searched refs:sinkRootValue (Results 1 – 2 of 2) sorted by relevance
53 cJSON *sinkRootValue = cJSON_GetObjectItemCaseSensitive(rootValue, "SinkAbility"); in GetAbilityInfo() local54 if (sinkRootValue == nullptr || !cJSON_IsObject(sinkRootValue)) { in GetAbilityInfo()67 char *jsonSink = cJSON_Print(sinkRootValue); in GetAbilityInfo()
386 cJSON *sinkRootValue = cJSON_Parse(param->sinkParam_.c_str()); in ParseEnableParam() local387 if (sinkRootValue == nullptr) { in ParseEnableParam()395 cJSON_Delete(sinkRootValue); in ParseEnableParam()401 cJSON_Delete(sinkRootValue); in ParseEnableParam()405 cJSON_AddItemToObject(abilityRootValue, "SinkAbility", sinkRootValue); in ParseEnableParam()