Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp111 cJSON* rotateScreenJson = cJSON_GetObjectItem(data, "cust.bootanimation.rotate.screenid"); in ParseOldConfigFile() local
112 if (rotateScreenJson != nullptr && cJSON_IsString(rotateScreenJson)) { in ParseOldConfigFile()
113 config.rotateScreenId = std::atoi(rotateScreenJson->valuestring); in ParseOldConfigFile()

Completed in 2 milliseconds