Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp44 cJSON* switchCapabilityJson = cJSON_Parse(fileContent.c_str()); in ConvertToProfile() local
45 if (!cJSON_IsObject(switchCapabilityJson)) { in ConvertToProfile()
47 cJSON_Delete(switchCapabilityJson); in ConvertToProfile()
53 … int32_t generateProfilesRes = GenerateSwitchProfiles(switchCapabilityJson, switchCharProfileList); in ConvertToProfile()
56 cJSON_Delete(switchCapabilityJson); in ConvertToProfile()
60 cJSON_Delete(switchCapabilityJson); in ConvertToProfile()