Searched refs:staticInfoProfiles (Results 1 – 3 of 3) sorted by relevance
124 std::unordered_map<std::string, CharacteristicProfile> staticInfoProfiles; in GetCharacteristicProfile() local125 …int generateProfileResult = GenerateStaticInfoProfile(staticCapabilityProfile, staticInfoProfiles); in GetCharacteristicProfile()131 if (staticInfoProfiles.find(charProfileKey) == staticInfoProfiles.end()) { in GetCharacteristicProfile()136 charProfile = staticInfoProfiles[charProfileKey]; in GetCharacteristicProfile()137 ProfileCache::GetInstance().AddStaticCharProfileBatch(staticInfoProfiles); in GetCharacteristicProfile()158 std::unordered_map<std::string, CharacteristicProfile>& staticInfoProfiles) in GenerateStaticInfoProfile() argument185 staticCapabilityValue, staticCapabilityVersion, staticInfoProfiles); in GenerateStaticInfoProfile()
149 std::unordered_map<std::string, CharacteristicProfile> staticInfoProfiles; variable151 staticInfoProfiles);
41 std::unordered_map<std::string, CharacteristicProfile>& staticInfoProfiles);