Searched refs:loadJsonResult (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/ |
H A D | static_capability_loader.cpp | 53 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 D | switch_status_collector.cpp | 39 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()
|