Home
last modified time | relevance | path

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

/system/nfc/utils/
Dconfig.cc65 value_bytes_ = value; in ConfigValue()
83 return value_bytes_; in getBytes()
97 return parseBytesString(in.substr(1, in.length() - 2), value_bytes_); in parseFromString()
/system/nfc/utils/include/
Dconfig.h41 std::vector<uint8_t> value_bytes_; variable