Home
last modified time | relevance | path

Searched defs:staticInfos (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H A Dstatic_capability_loader.cpp178 cJSON* staticInfos = cJSON_GetObjectItem(staticInfoJson, STATIC_INFO.c_str()); in GetLatestStaticInfoJson() local
203 cJSON* staticInfos = cJSON_GetObjectItem(staticInfoJson, STATIC_INFO.c_str()); in GetStaticInfoJsonByVersion() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dstatic_capability_loader_test.cpp434 cJSON *staticInfos = cJSON_CreateArray(); variable