Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_data_parse.cpp99 cJSON* mockarray = cJSON_GetObjectItem(parser.json, DeviceStatusJson[type].json.c_str()); in DeviceStatusDataInit() local
100 if (!cJSON_IsArray(mockarray)) { in DeviceStatusDataInit()
104 int32_t jsonsize = cJSON_GetArraySize(mockarray); in DeviceStatusDataInit()
110 cJSON* mockvalue = cJSON_GetArrayItem(mockarray, tempcount_[type]); in DeviceStatusDataInit()