Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h51 …int32_t AddStaticCharProfileBatch(const std::unordered_map<std::string, CharacteristicProfile>& ch…
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp137 ProfileCache::GetInstance().AddStaticCharProfileBatch(staticInfoProfiles); in GetCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp179 int32_t ProfileCache::AddStaticCharProfileBatch( in AddStaticCharProfileBatch() function in OHOS::DistributedDeviceProfile::ProfileCache