Home
last modified time | relevance | path

Searched refs:characteristicKey_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dcharacteristic_profile.cpp49 return characteristicKey_; in GetCharacteristicKey()
54 characteristicKey_ = characteristicId; in SetCharacteristicKey()
71 WRITE_HELPER_RET(parcel, String, characteristicKey_, false); in Marshalling()
80 READ_HELPER_RET(parcel, String, characteristicKey_, false); in UnMarshalling()
88 characteristicKey_ != charProfile.GetCharacteristicKey() || in operator !=()
106 cJSON_AddStringToObject(json, CHARACTERISTIC_KEY.c_str(), characteristicKey_.c_str()); in dump()
107 if (characteristicKey_ == SWITCH_STATUS) { in dump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dcharacteristic_profile.h31 characteristicKey_(characteristicKey), in CharacteristicProfile()
53 std::string characteristicKey_ = ""; variable