Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h94 … int32_t RefreshCharProfileCache(const std::vector<CharacteristicProfile>& characteristicProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp405 int32_t ret = ProfileCache::GetInstance().RefreshCharProfileCache(characteristicProfiles);
416 ret = ProfileCache::GetInstance().RefreshCharProfileCache(characteristicProfiles);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp386 RefreshCharProfileCache(charProfiles); in RefreshProfileCache()
392 int32_t ProfileCache::RefreshCharProfileCache(const std::vector<CharacteristicProfile>& characteris… in RefreshCharProfileCache() function in OHOS::DistributedDeviceProfile::ProfileCache