Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_cache_test.cpp110 int32_t ret = ProfileCache::GetInstance().AddCharProfile(charProfile);
115 ret = ProfileCache::GetInstance().AddCharProfile(charProfile);
120 ret = ProfileCache::GetInstance().AddCharProfile(charProfile);
125 ret = ProfileCache::GetInstance().AddCharProfile(charProfile);
130 ret = ProfileCache::GetInstance().AddCharProfile(charProfile);
135 ret = ProfileCache::GetInstance().AddCharProfile(charProfile);
140 ret = ProfileCache::GetInstance().AddCharProfile(charProfile);
150 ret = ProfileCache::GetInstance().AddCharProfile(charProfile);
397 ProfileCache::GetInstance().AddCharProfile(charProfile1);
H A Dprofile_control_utils_test.cpp403 ProfileCache::GetInstance().AddCharProfile(charProfile);
493 ProfileCache::GetInstance().AddCharProfile(charProfile);
515 ProfileCache::GetInstance().AddCharProfile(charProfile);
661 ProfileCache::GetInstance().AddCharProfile(charProfile);
687 ProfileCache::GetInstance().AddCharProfile(charProfile);
711 ProfileCache::GetInstance().AddCharProfile(charProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp121 ProfileCache::GetInstance().AddCharProfile(charProfile); in PutCharacteristicProfile()
152 ProfileCache::GetInstance().AddCharProfile(charProfile); in PutSwitchCharacteristicProfile()
191 ProfileCache::GetInstance().AddCharProfile(item); in PutSwitchCharacteristicProfileBatch()
347 ProfileCache::GetInstance().AddCharProfile(newSwitchProfile); in RefreshLocalSwitchProfile()
397 ProfileCache::GetInstance().AddCharProfile(charProfile); in GetSwitchCharacteristicProfile()
H A Dprofile_cache.cpp137 int32_t ProfileCache::AddCharProfile(const CharacteristicProfile& charProfile) in AddCharProfile() function in OHOS::DistributedDeviceProfile::ProfileCache
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h48 int32_t AddCharProfile(const CharacteristicProfile& charProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp250 ProfileCache::GetInstance().AddCharProfile(cacheProfile); in GenerateSwitchNotify()