Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp369 int32_t dynamicRes = DP_SUCCESS; in PutCharacteristicProfileBatch() local
371dynamicRes = DeviceProfileManager::GetInstance().PutCharacteristicProfileBatch(dynamicCharProfiles… in PutCharacteristicProfileBatch()
372 DpRadarHelper::GetInstance().ReportPutCharProfileBatch(dynamicRes, dynamicCharProfiles); in PutCharacteristicProfileBatch()
374 if (dynamicRes != DP_SUCCESS) { in PutCharacteristicProfileBatch()
375 HILOGE("PutCharacteristicProfileBatch fail, res:%{public}d", dynamicRes); in PutCharacteristicProfileBatch()
377 if (switchRes != DP_SUCCESS || dynamicRes != DP_SUCCESS) { in PutCharacteristicProfileBatch()