Home
last modified time | relevance | path

Searched defs:WriteBasic (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_object.h100 template <typename T> bool TLVObject::WriteBasic(TAG type, const T &value) in WriteBasic() function
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.h369 bool WriteBasic(std::vector<std::uint8_t> &buffer, uint16_t type, T value) in WriteBasic() function