Searched refs:characteristicValue_ (Results 1 – 2 of 2) sorted by relevance
59 return characteristicValue_; in GetCharacteristicValue()64 characteristicValue_ = characteristicValue; in SetCharacteristicValue()72 WRITE_HELPER_RET(parcel, String, characteristicValue_, false); in Marshalling()81 READ_HELPER_RET(parcel, String, characteristicValue_, false); in UnMarshalling()89 characteristicValue_ != charProfile.GetCharacteristicValue()); in operator !=()108 cJSON_AddStringToObject(json, CHARACTERISTIC_VALUE.c_str(), characteristicValue_.c_str()); in dump()111 ProfileUtils::GetAnonyString(characteristicValue_).c_str()); in dump()
32 characteristicValue_(characteristicValue) in CharacteristicProfile()54 std::string characteristicValue_ = ""; variable