Home
last modified time | relevance | path

Searched refs:osTypeJson (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp150 cJSON* osTypeJson = cJSON_GetObjectItem(extraDataJson, DistributedHardware::PARAM_KEY_OS_TYPE); in IsOHBasedDevice() local
151 if (cJSON_IsNumber(osTypeJson)) { in IsOHBasedDevice()
152 osType = static_cast<int32_t>(osTypeJson->valueint); in IsOHBasedDevice()