Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/
H A Dstatic_capability_loader.cpp53 int32_t loadJsonResult = LoadJsonFile(STATIC_CAPABILITY_PATH, fileContent); in LoadStaticCapability() local
54 if (loadJsonResult != DP_SUCCESS) { in LoadStaticCapability()
55 HILOGE("Load json failed, result: %{public}d!", loadJsonResult); in LoadStaticCapability()
56 return loadJsonResult; in LoadStaticCapability()
312 int32_t loadJsonResult = LoadJsonFile(STATIC_INFO_PATH, fileContent); in LoadStaticInfo() local
313 if (loadJsonResult != DP_SUCCESS) { in LoadStaticInfo()
314 HILOGE("Load staticInfo json failed, result: %{public}d!", loadJsonResult); in LoadStaticInfo()
315 return loadJsonResult; in LoadStaticInfo()
351 int32_t loadJsonResult = LoadJsonFile(STATIC_INFO_PATH, fileContent); in LoadStaticProfiles() local
352 if (loadJsonResult != DP_SUCCESS) { in LoadStaticProfiles()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp39 int32_t loadJsonResult = LoadJsonFile(SWITCH_CAPABILITY_PATH, fileContent); in ConvertToProfile() local
40 if (loadJsonResult != DP_SUCCESS) { in ConvertToProfile()
41 HILOGE("Load json failed, result: %{public}d!", loadJsonResult); in ConvertToProfile()