Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp162 cJSON* charValueJson = cJSON_Parse(charValue.c_str()); in GenerateStaticInfoProfile() local
163 if (!cJSON_IsObject(charValueJson)) { in GenerateStaticInfoProfile()
165 cJSON_Delete(charValueJson); in GenerateStaticInfoProfile()
168 cJSON* staticCapabilityVersionItem = cJSON_GetObjectItemCaseSensitive(charValueJson, in GenerateStaticInfoProfile()
172 cJSON_Delete(charValueJson); in GenerateStaticInfoProfile()
176 …cJSON* staticCapabilityValueItem = cJSON_GetObjectItemCaseSensitive(charValueJson, STATIC_CAPABILI… in GenerateStaticInfoProfile()
179 cJSON_Delete(charValueJson); in GenerateStaticInfoProfile()
183 cJSON_Delete(charValueJson); in GenerateStaticInfoProfile()