Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp163 cJSON *verObj = cJSON_GetObjectItemCaseSensitive(rootValue, "ProtocolVer"); in GetInfoFromJson() local
164 if (verObj == nullptr || !cJSON_IsString(verObj) || (verObj->valuestring == nullptr)) { in GetInfoFromJson()
168 protocolVersion_ = std::string(verObj->valuestring); in GetInfoFromJson()

Completed in 4 milliseconds