Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp144 cJSON* extraDataJson = cJSON_Parse(extraData.c_str()); in IsOHBasedDevice() local
145 if (extraDataJson == NULL) { in IsOHBasedDevice()
150 cJSON* osTypeJson = cJSON_GetObjectItem(extraDataJson, DistributedHardware::PARAM_KEY_OS_TYPE); in IsOHBasedDevice()
154 cJSON_Delete(extraDataJson); in IsOHBasedDevice()