Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h73 static int32_t CharacteristicProfileToEntries(const CharacteristicProfile& profile,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp199 ProfileUtils::CharacteristicProfileToEntries(charProfile, entries); in PutCharacteristicProfile()
228 ProfileUtils::CharacteristicProfileToEntries(charProfile, entries); in PutCharacteristicProfileBatch()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp116 ProfileUtils::CharacteristicProfileToEntries(charProfile, entries); in PutCharacteristicProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp659 ProfileUtils::CharacteristicProfileToEntries(item, entries); in AddCharProfilesToCache()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp482 int32_t ProfileUtils::CharacteristicProfileToEntries(const CharacteristicProfile& profile, in CharacteristicProfileToEntries() function in OHOS::DistributedDeviceProfile::ProfileUtils
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp766 int32_t res1 = ProfileUtils::CharacteristicProfileToEntries(charProfile, entries);