Home
last modified time | relevance | path

Searched defs:staticInfoJson (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dstatic_capability_loader_test.cpp228 cJSON *staticInfoJson = cJSON_CreateObject(); variable
246 cJSON *staticInfoJson = cJSON_CreateObject(); variable
265 cJSON *staticInfoJson = cJSON_CreateObject(); variable
286 cJSON *staticInfoJson = cJSON_CreateObject(); variable
305 cJSON *staticInfoJson = nullptr; variable
323 cJSON *staticInfoJson = cJSON_CreateObject(); variable
342 cJSON *staticInfoJson = cJSON_CreateObject(); variable
359 const cJSON *staticInfoJson = nullptr; variable
372 cJSON *staticInfoJson = cJSON_CreateObject(); variable
386 cJSON *staticInfoJson = cJSON_CreateObject(); variable
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H A Dstatic_capability_loader.cpp126 int32_t StaticCapabilityLoader::GetStaticInfo(const cJSON* const staticInfoJson, const std::string&… in GetStaticInfo()
146 const std::string& staticCapability, const cJSON* const staticInfoJson, in GetStaticInfoByVersion()
171 cJSON* StaticCapabilityLoader::GetLatestStaticInfoJson(const cJSON* const staticInfoJson) in GetLatestStaticInfoJson()
191 cJSON* StaticCapabilityLoader::GetStaticInfoJsonByVersion(const cJSON* const staticInfoJson, in GetStaticInfoJsonByVersion()
251const cJSON* const staticInfoJson, std::unordered_map<std::string, CharacteristicProfile>& charPro… in GenerateStaticProfiles()
317 cJSON* staticInfoJson = cJSON_Parse(fileContent.c_str()); in LoadStaticInfo() local
356 cJSON* staticInfoJson = cJSON_Parse(fileContent.c_str()); in LoadStaticProfiles() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp93 int32_t SwitchStatusCollector::GenerateSwitchProfiles(const cJSON* const staticInfoJson, in GenerateSwitchProfiles()