Home
last modified time | relevance | path

Searched refs:SetCharacteristicKey (Results 1 – 10 of 10) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
Ddevice_profile_manager_test.cpp415 charProfile.SetCharacteristicKey("characteristicKey");
433 charProfile.SetCharacteristicKey("characteristicKey");
451 charProfile1.SetCharacteristicKey("characteristicKey");
457 charProfile2.SetCharacteristicKey("characteristicKey");
476 charProfile10.SetCharacteristicKey("characteristicKey10");
496 charProfile11.SetCharacteristicKey("characteristicKey11");
517 charProfile1.SetCharacteristicKey("characteristicKey2");
524 charProfile2.SetCharacteristicKey("characteristicKey3");
544 charProfile1.SetCharacteristicKey("characteristicKey");
551 charProfile4.SetCharacteristicKey("characteristicKey4");
[all …]
Ddistributed_device_profile_client_kv_test.cpp186 charProfile.SetCharacteristicKey("characteristicKey");
206 charProfile1.SetCharacteristicKey("characteristicKey1");
211 charProfile2.SetCharacteristicKey("characteristicKey2");
Dprofile_cache_test.cpp124 charProfile.SetCharacteristicKey(charKey);
146 charProfile.SetCharacteristicKey(charKey);
379 charProfile.SetCharacteristicKey(charKey);
396 charProfile1.SetCharacteristicKey("characteristicKey1");
445 characteristicProfile.SetCharacteristicKey(charKey);
Dprofile_utils_test.cpp519 charProfile.SetCharacteristicKey("characteristicKey");
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
Ddms_info_collector.cpp46 charProfile.SetCharacteristicKey(DistributedSchedule::Constants::DMS_CHAR_ID); in ConvertToProfile()
Dcollaboration_info_collector.cpp62 charProfile.SetCharacteristicKey(COLLABORATION_CHARACTERISTIC_KEY); in ConvertToProfile()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
Dcharacteristic_profile.h42 void SetCharacteristicKey(const std::string& characteristicId);
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
Dcharacteristic_profile.cpp52 void CharacteristicProfile::SetCharacteristicKey(const std::string& characteristicId) in SetCharacteristicKey() function in OHOS::DistributedDeviceProfile::CharacteristicProfile
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
Dsubscribe_profile_manager.cpp289 charProfile.SetCharacteristicKey(ProfileUtils::GetCharKeyByDBKey(dbKey)); in NotifyCharProfileAdd()
312 newCharProfile.SetCharacteristicKey(ProfileUtils::GetCharKeyByDBKey(dbKey)); in NotifyCharProfileUpdate()
338 charProfile.SetCharacteristicKey(ProfileUtils::GetCharKeyByDBKey(dbKey)); in NotifyCharProfileDelete()
/foundation/deviceprofile/device_info_manager/common/src/utils/
Dprofile_utils.cpp533 profile.SetCharacteristicKey(propertiesMap[CHARACTERISTIC_KEY]); in EntriesToCharProfile()