Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp124 std::unordered_map<std::string, CharacteristicProfile> staticInfoProfiles; in GetCharacteristicProfile() local
125 …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() argument
185 staticCapabilityValue, staticCapabilityVersion, staticInfoProfiles); in GenerateStaticInfoProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dstatic_profile_manager_test.cpp149 std::unordered_map<std::string, CharacteristicProfile> staticInfoProfiles; variable
151 staticInfoProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Dstatic_profile_manager.h41 std::unordered_map<std::string, CharacteristicProfile>& staticInfoProfiles);