Home
last modified time | relevance | path

Searched refs:switchCharProfiles (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.cpp352 std::vector<CharacteristicProfile> switchCharProfiles; in PutCharacteristicProfileBatch() local
356 switchCharProfiles.push_back(profile); in PutCharacteristicProfileBatch()
362 if (switchCharProfiles.size() > 0) { in PutCharacteristicProfileBatch()
364 DpRadarHelper::GetInstance().ReportPutCharProfileBatch(switchRes, switchCharProfiles); in PutCharacteristicProfileBatch()
644 std::vector<CharacteristicProfile> switchCharProfiles; in AddCharProfilesToCache() local
656 switchCharProfiles.push_back(item); in AddCharProfilesToCache()
668 if (!switchCharProfiles.empty()) { in AddCharProfilesToCache()
669 HILOGI("switchCharProfiles.size:%{public}zu", switchCharProfiles.size()); in AddCharProfilesToCache()
682 std::vector<CharacteristicProfile> switchCharProfiles; in SaveSwitchProfilesFromTempCache() local
691 switchCharProfiles.emplace_back(item); in SaveSwitchProfilesFromTempCache()
[all …]