/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | device_profile_manager_test.cpp | 532 charProfile.SetCharacteristicValue("characteristicValue"); 550 charProfile.SetCharacteristicValue("characteristicValue"); 569 charProfile1.SetCharacteristicValue("characteristicValue"); 575 charProfile2.SetCharacteristicValue("characteristicValue"); 639 charProfile.SetCharacteristicValue("characteristicValue"); 660 charProfile1.SetCharacteristicValue("characteristicValue2"); 667 charProfile2.SetCharacteristicValue("characteristicValue3"); 691 charProfile1.SetCharacteristicValue("characteristicValue"); 699 charProfile4.SetCharacteristicValue("characteristicValue4"); 892 charProfile5.SetCharacteristicValue("characteristicValue5"); [all …]
|
H A D | distributed_device_profile_client_kv_test.cpp | 211 charProfile.SetCharacteristicValue("characteristicValue"); 231 charProfile1.SetCharacteristicValue("characteristicValue1"); 236 charProfile2.SetCharacteristicValue("characteristicValue2");
|
H A D | profile_control_utils_test.cpp | 513 charProfile.SetCharacteristicValue("1"); 535 charProfile.SetCharacteristicValue("1"); 571 charProfile.SetCharacteristicValue("1"); 591 charProfile.SetCharacteristicValue("1"); 635 charProfile.SetCharacteristicValue("1"); 659 charProfile.SetCharacteristicValue("1"); 685 charProfile.SetCharacteristicValue("1"); 709 charProfile.SetCharacteristicValue("1");
|
H A D | profile_utils_test.cpp | 763 charProfile.SetCharacteristicValue("characteristicValue"); 1713 charProfile.SetCharacteristicValue("characteristicValue");
|
H A D | profile_cache_test.cpp | 396 charProfile1.SetCharacteristicValue("characteristicValue1");
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | characteristic_profile.h | 44 void SetCharacteristicValue(const std::string& characteristicValue);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | collaboration_info_collector.cpp | 63 charProfile.SetCharacteristicValue(COLLABORATION_CHARACTERISTIC_VALUE); in ConvertToProfile()
|
H A D | dms_info_collector.cpp | 74 charProfile.SetCharacteristicValue(jsonStr); in ConvertToProfile()
|
H A D | pasteboard_info_collector.cpp | 85 charProfile.SetCharacteristicValue(jsonStr); in ConvertToProfile()
|
H A D | switch_status_collector.cpp | 174 profile.SetCharacteristicValue(iter->second.GetCharacteristicValue()); in AddSwitchStatusToDB()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.h | 43 int SetCharacteristicValue(const Characteristic &characteristic);
|
H A D | gatt_server_service.cpp | 86 void SetCharacteristicValue(uint16_t valueHandle, GattValue &value, size_t length); 171 int GattServerService::SetCharacteristicValue(const Characteristic &characteristic) in SetCharacteristicValue() function in OHOS::bluetooth::GattServerService 181 …&impl::SetCharacteristicValue, pimpl.get(), characteristic.valueHandle_, sharedPtr, characteristic… in SetCharacteristicValue() 851 void GattServerService::impl::SetCharacteristicValue(uint16_t valueHandle, GattValue &value, size_t… in SetCharacteristicValue() function in OHOS::bluetooth::GattServerService::impl
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | characteristic_profile.cpp | 62 void CharacteristicProfile::SetCharacteristicValue(const std::string& characteristicValue) in SetCharacteristicValue() function in OHOS::DistributedDeviceProfile::CharacteristicProfile
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/ |
H A D | dev_profile.cpp | 167 profile.SetCharacteristicValue(enabledStatus); in PutEnabledStatus()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/ |
H A D | generic_access_service.cpp | 281 serverService_.SetCharacteristicValue(*cIt); in OnDeviceNameChanged()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/ |
H A D | profileutils_fuzzer.cpp | 376 charProfile.SetCharacteristicValue("characteristicValue"); in GetDbKeyByProfileFuzzTest()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_cache.cpp | 624 charProfile.SetCharacteristicValue(std::to_string((((switchValue & mask) >> in SetSwitchProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 683 profile.SetCharacteristicValue(propertiesMap[CHARACTERISTIC_VALUE]); in EntriesToCharProfile()
|