Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp145 int32_t getAllResult = DP_GET_KV_DB_FAIL; in GetAllCharacteristicProfile() local
148getAllResult = ProfileControlUtils::GetAllCharacteristicProfile(staticProfileStore_, staticCapabil… in GetAllCharacteristicProfile()
150 if (getAllResult != DP_SUCCESS) { in GetAllCharacteristicProfile()
151 HILOGE("GetAllCharacteristicProfile fail, reason: %{public}d!", getAllResult); in GetAllCharacteristicProfile()
152 return getAllResult; in GetAllCharacteristicProfile()