Home
last modified time | relevance | path

Searched refs:IsCharProfileExist (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp362 bool ret = ProfileCache::GetInstance().IsCharProfileExist(charProfile);
367 ret = ProfileCache::GetInstance().IsCharProfileExist(charProfile);
372 ret = ProfileCache::GetInstance().IsCharProfileExist(charProfile);
379 ret = ProfileCache::GetInstance().IsCharProfileExist(charProfile);
384 ret = ProfileCache::GetInstance().IsCharProfileExist(charProfile);
389 ret = ProfileCache::GetInstance().IsCharProfileExist(charProfile);
398 ret = ProfileCache::GetInstance().IsCharProfileExist(charProfile1);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp110 if (ProfileCache::GetInstance().IsCharProfileExist(charProfile)) { in PutCharacteristicProfile()
133 if (ProfileCache::GetInstance().IsCharProfileExist(charProfile)) { in PutSwitchCharacteristicProfile()
173 if (ProfileCache::GetInstance().IsCharProfileExist(item)) { in PutSwitchCharacteristicProfileBatch()
H A Dprofile_cache.cpp356 bool ProfileCache::IsCharProfileExist(const CharacteristicProfile& charProfile) in IsCharProfileExist() function in OHOS::DistributedDeviceProfile::ProfileCache
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h67 bool IsCharProfileExist(const CharacteristicProfile& charProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp245 if (ProfileCache::GetInstance().IsCharProfileExist(newSwitchProfile)) { in GenerateSwitchNotify()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp651 if (ProfileCache::GetInstance().IsCharProfileExist(item)) { in AddCharProfilesToCache()