Home
last modified time | relevance | path

Searched refs:SetCharacteristicValue (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp532 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 Ddistributed_device_profile_client_kv_test.cpp211 charProfile.SetCharacteristicValue("characteristicValue");
231 charProfile1.SetCharacteristicValue("characteristicValue1");
236 charProfile2.SetCharacteristicValue("characteristicValue2");
H A Dprofile_control_utils_test.cpp513 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 Dprofile_utils_test.cpp763 charProfile.SetCharacteristicValue("characteristicValue");
1713 charProfile.SetCharacteristicValue("characteristicValue");
H A Dprofile_cache_test.cpp396 charProfile1.SetCharacteristicValue("characteristicValue1");
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dcharacteristic_profile.h44 void SetCharacteristicValue(const std::string& characteristicValue);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dcollaboration_info_collector.cpp63 charProfile.SetCharacteristicValue(COLLABORATION_CHARACTERISTIC_VALUE); in ConvertToProfile()
H A Ddms_info_collector.cpp74 charProfile.SetCharacteristicValue(jsonStr); in ConvertToProfile()
H A Dpasteboard_info_collector.cpp85 charProfile.SetCharacteristicValue(jsonStr); in ConvertToProfile()
H A Dswitch_status_collector.cpp174 profile.SetCharacteristicValue(iter->second.GetCharacteristicValue()); in AddSwitchStatusToDB()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_service.h43 int SetCharacteristicValue(const Characteristic &characteristic);
H A Dgatt_server_service.cpp86 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 Dcharacteristic_profile.cpp62 void CharacteristicProfile::SetCharacteristicValue(const std::string& characteristicValue) in SetCharacteristicValue() function in OHOS::DistributedDeviceProfile::CharacteristicProfile
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp167 profile.SetCharacteristicValue(enabledStatus); in PutEnabledStatus()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp281 serverService_.SetCharacteristicValue(*cIt); in OnDeviceNameChanged()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp376 charProfile.SetCharacteristicValue("characteristicValue"); in GetDbKeyByProfileFuzzTest()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp624 charProfile.SetCharacteristicValue(std::to_string((((switchValue & mask) >> in SetSwitchProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp683 profile.SetCharacteristicValue(propertiesMap[CHARACTERISTIC_VALUE]); in EntriesToCharProfile()