Searched refs:characteristicKey_ (Results 1 – 2 of 2) sorted by relevance
49 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()
31 characteristicKey_(characteristicKey), in CharacteristicProfile()53 std::string characteristicKey_ = ""; variable