Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dswitch_status_collector.cpp154 std::map<std::string, CharacteristicProfile> oldProfileMap; in AddSwitchStatusToDB() local
165 oldProfileMap[charKey] = oldSwitchProfile; in AddSwitchStatusToDB()
170 auto iter = oldProfileMap.find(charKey); in AddSwitchStatusToDB()
171 …if (iter == oldProfileMap.end() || iter->second.GetCharacteristicValue() == profile.GetCharacteris… in AddSwitchStatusToDB()