Home
last modified time | relevance | path

Searched refs:dynamicCharProfiles (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.cpp353 std::vector<CharacteristicProfile> dynamicCharProfiles; in PutCharacteristicProfileBatch() local
359 dynamicCharProfiles.push_back(profile); in PutCharacteristicProfileBatch()
370 if (dynamicCharProfiles.size() > 0) { in PutCharacteristicProfileBatch()
371 …ynamicRes = DeviceProfileManager::GetInstance().PutCharacteristicProfileBatch(dynamicCharProfiles); in PutCharacteristicProfileBatch()
372 DpRadarHelper::GetInstance().ReportPutCharProfileBatch(dynamicRes, dynamicCharProfiles); in PutCharacteristicProfileBatch()