Home
last modified time | relevance | path

Searched refs:extraInfoParser (Results 1 - 1 of 1) sorted by relevance

/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2073 JsonParser extraInfoParser; in ParserExtraInfo() local
2074 extraInfoParser.json = cJSON_Parse(extraInfoStr.c_str()); in ParserExtraInfo()
2075 if (!cJSON_IsObject(extraInfoParser.json)) { in ParserExtraInfo()
2079 cJSON *componentType = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_data_type"); in ParserExtraInfo()
2083 cJSON *blurStyle = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_blur_style"); in ParserExtraInfo()
2087 cJSON *cornerRadius = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_corner_radius"); in ParserExtraInfo()
2091 cJSON *allowDistributed = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_allow_distributed"); in ParserExtraInfo()
2096 cJSON *coef1 = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "blur_coef1"); in ParserExtraInfo()
2101 cJSON *coef2 = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "blur_coef2"); in ParserExtraInfo()

Completed in 5 milliseconds