Home
last modified time | relevance | path

Searched defs:Reading (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/unittest/mock/
H A Dtlv_util_mock.cpp31 template <> bool Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head) in Reading() function
46 template <> bool Reading(std::monostate &output, TLVObject &data, const TLVHead &head) in Reading() function
61 template <> bool Reading(std::string &output, TLVObject &data, const TLVHead &head) in Reading() function
76 template <> bool Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head) in Reading() function
91 template <> bool Reading(UDType &output, TLVObject &data, const TLVHead &head) in Reading() function
106 template <> bool Reading(DataStatus &output, TLVObject &data, const TLVHead &head) in Reading() function
120 template <> bool Reading(Object &output, TLVObject &data, const TLVHead &head) in Reading() function
134 template <> bool Reading(UnifiedKey &output, TLVObject &data, const TLVHead &head) in Reading() function
149 template <> bool Reading(UnifiedData &output, TLVObject &data, const TLVHead &head) in Reading() function
164 template <> bool Reading(UnifiedRecor function
179 template <> bool Reading(Runtime &output, TLVObject &data, const TLVHead &head) Reading() function
194 template <> bool Reading(Privilege &output, TLVObject &data, const TLVHead &head) Reading() function
209 template <> bool Reading(std::shared_ptr<OHOS::Media::PixelMap> &output, TLVObject &data, const TLVHead &head) Reading() function
225 template <> bool Reading(std::shared_ptr<OHOS::AAFwk::Want> &output, TLVObject &data, const TLVHead &head) Reading() function
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.h150 template <typename T> bool Reading(T &output, TLVObject &data, const TLVHead &head) Reading() function
172 template <typename T> bool Reading(std::shared_ptr<T> &output, TLVObject &data, const TLVHead &head) Reading() function
207 template <typename T> bool Reading(std::vector<T> &output, TLVObject &data, const TLVHead &head) Reading() function
263 template <typename T, typename R> bool Reading(std::map<T, R> &output, TLVObject &data, const TLVHead &head) Reading() function
365 template <typename... _Types> bool Reading(std::variant<_Types...> &output, TLVObject &data, const TLVHead &head) Reading() function
[all...]
H A Dtlv_util.cpp36 template <> bool Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head) in Reading() function
52 template <> bool Reading(std::monostate &output, TLVObject &data, const TLVHead &head) in Reading() function
68 template <> bool Reading(std::string &output, TLVObject &data, const TLVHead &head) in Reading() function
84 template <> bool Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head) in Reading() function
102 template <> bool Reading(UDType &output, TLVObject &data, const TLVHead &head) in Reading() function
128 template <> bool Reading(DataStatus &output, TLVObject &data, const TLVHead &head) in Reading() function
156 template <> bool Reading(Object &output, TLVObject &data, const TLVHead &head) in Reading() function
196 template <> bool Reading(UnifiedKe function
253 template <> bool Reading(UnifiedData &output, TLVObject &data, const TLVHead &head) Reading() function
306 template <> bool Reading(UnifiedRecord &output, TLVObject &data, const TLVHead &head) Reading() function
406 template <> bool Reading(Runtime &output, TLVObject &data, const TLVHead &head) Reading() function
489 template <> bool Reading(Privilege &output, TLVObject &data, const TLVHead &head) Reading() function
541 template <> bool Reading(std::shared_ptr<OHOS::Media::PixelMap> &output, TLVObject &data, const TLVHead &head) Reading() function
589 template <> bool Reading(std::shared_ptr<OHOS::AAFwk::Want> &output, TLVObject &data, const TLVHead &head) Reading() function
[all...]

Completed in 4 milliseconds