Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp140 cJSON* screenIdJson = cJSON_GetObjectItem(item, "cust.bootanimation.screen_id"); in ParseNewConfigFile() local
141 if (screenIdJson != nullptr && cJSON_IsString(screenIdJson)) { in ParseNewConfigFile()
142 config.screenId = std::strtoul(screenIdJson->valuestring, nullptr, 0); in ParseNewConfigFile()

Completed in 1 milliseconds