Searched refs:charProfileKey (Results 1 – 5 of 5) sorted by relevance
153 charProfileMap_[charProfileKey] = charProfile; in AddCharProfile()174 staticCharProfileMap_[charProfileKey] = charProfile; in AddStaticCharProfile()237 if (charProfileMap_.find(charProfileKey) == charProfileMap_.end()) { in GetCharacteristicProfile()241 charProfile = charProfileMap_[charProfileKey]; in GetCharacteristicProfile()261 charProfile = staticCharProfileMap_[charProfileKey]; in GetStaticCharacteristicProfile()305 charProfileMap_.erase(charProfileKey); in DeleteCharProfile()368 if (charProfileMap_.find(charProfileKey) == charProfileMap_.end()) { in IsCharProfileExist()372 CharacteristicProfile charProfileCache = charProfileMap_[charProfileKey]; in IsCharProfileExist()758 if (charProfileKey.empty()) { in GetSwitchProfilesByServiceName()764 if (charProfileMap_.find(charProfileKey) == charProfileMap_.end()) { in GetSwitchProfilesByServiceName()[all …]
130 …std::string charProfileKey = ProfileUtils::GenerateCharProfileKey(deviceId, serviceName, character… in GetCharacteristicProfile() local131 if (staticInfoProfiles.find(charProfileKey) == staticInfoProfiles.end()) { in GetCharacteristicProfile()136 charProfile = staticInfoProfiles[charProfileKey]; in GetCharacteristicProfile()
1105 std::string charProfileKey = variable1107 ProfileCache::GetInstance().charProfileMap_[charProfileKey] = charProfile;1111 ProfileCache::GetInstance().charProfileMap_.erase(charProfileKey);1276 std::string charProfileKey = variable1278 ProfileCache::GetInstance().charProfileMap_[charProfileKey] = charProfile;1284 ProfileCache::GetInstance().charProfileMap_.erase(charProfileKey);
87 …int32_t GetSwitchProfilesByServiceName(const std::string& charProfileKey, CharacteristicProfile& s…
486 std::string charProfileKey = GenerateCharProfileKey(profile.GetDeviceId(), serviceName, in CharacteristicProfileToEntries() local488 values[GenerateDBKey(charProfileKey, CHARACTERISTIC_KEY)] = profile.GetCharacteristicKey(); in CharacteristicProfileToEntries()489 values[GenerateDBKey(charProfileKey, CHARACTERISTIC_VALUE)] = profile.GetCharacteristicValue(); in CharacteristicProfileToEntries()