Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dcharacteristic_profile.cpp108 cJSON_AddStringToObject(json, CHARACTERISTIC_VALUE.c_str(), characteristicValue_.c_str()); in dump()
110 cJSON_AddStringToObject(json, CHARACTERISTIC_VALUE.c_str(), in dump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp489 values[GenerateDBKey(charProfileKey, CHARACTERISTIC_VALUE)] = profile.GetCharacteristicValue(); in CharacteristicProfileToEntries()
681 …if (propertiesMap.count(CHARACTERISTIC_VALUE) != 0 && 0 < propertiesMap[CHARACTERISTIC_VALUE].leng… in EntriesToCharProfile()
682 propertiesMap[CHARACTERISTIC_VALUE].length() < MAX_STRING_LEN) { in EntriesToCharProfile()
683 profile.SetCharacteristicValue(propertiesMap[CHARACTERISTIC_VALUE]); in EntriesToCharProfile()
810 SEPARATOR + profile.GetCharacteristicKey() + SEPARATOR + CHARACTERISTIC_VALUE; in GetDbKeyByProfile()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp38 constexpr const char *CHARACTERISTIC_VALUE = "characteristicValue"; variable
254 subscribeInfo.SetSubscribeKey(udid, SWITCH_ID, CHARACTER_ID, CHARACTERISTIC_VALUE); in SubscribeProfileEvent()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/constants/
H A Ddistributed_device_profile_constants.cpp41 const std::string CHARACTERISTIC_VALUE = "characteristicValue"; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp1667 values[CHARACTERISTIC_VALUE] = "characteristicValue";
1677 values[CHARACTERISTIC_VALUE] = strValye;
1684 values[CHARACTERISTIC_VALUE] = "";
1690 values.erase(CHARACTERISTIC_VALUE);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/constants/
H A Ddistributed_device_profile_constants.h51 extern const std::string CHARACTERISTIC_VALUE;