Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp101 cJSON* custVideoDefaultPath = cJSON_GetObjectItem(data, "cust.bootanimation.video"); in ParseOldConfigFile() local
102 if (custVideoDefaultPath != nullptr && cJSON_IsString(custVideoDefaultPath)) { in ParseOldConfigFile()
103 config.videoDefaultPath = custVideoDefaultPath->valuestring; in ParseOldConfigFile()
155 cJSON* custVideoDefaultPath = cJSON_GetObjectItem(item, "cust.bootanimation.video_default"); in ParseNewConfigFile() local
156 if (custVideoDefaultPath != nullptr && cJSON_IsString(custVideoDefaultPath)) { in ParseNewConfigFile()
157 config.videoDefaultPath = custVideoDefaultPath->valuestring; in ParseNewConfigFile()

Completed in 1 milliseconds