Home
last modified time | relevance | path

Searched refs:Reading (Results 1 - 4 of 4) 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.h37 template <typename T> bool API_EXPORT Reading(T &output, TLVObject &data, const TLVHead &head);
42 bool API_EXPORT Reading(std::variant<_Types...> &output, TLVObject &data, const TLVHead &head);
46 template <typename T> bool API_EXPORT Reading(std::shared_ptr<T> &output, TLVObject &data, const TLVHead &head);
50 template <typename T> bool API_EXPORT Reading(std::vector<T> &output, TLVObject &data, const TLVHead &head);
54 template <typename T, typename R> bool API_EXPORT Reading(std::map<T, R> &output, TLVObject &data, const TLVHead &head);
58 template <> bool API_EXPORT Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head);
62 template <> bool API_EXPORT Reading(std::monostate &output, TLVObject &data, const TLVHead &head);
66 template <> bool API_EXPORT Reading(std::string &output, TLVObject &data, const TLVHead &head);
70 template <> bool API_EXPORT Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head);
74 template <> bool API_EXPORT Reading(UDTyp
150 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
105 if (!Reading(type, data, head)) { in Reading()
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
165 if (!Reading(output.value_, data, headValue)) { in Reading()
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...]
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs178 self.status = ReadStatus::Reading(MultiPartStates {
199 ReadStatus::Reading(_) => {} in poll_read()
203 if let ReadStatus::Reading(ref mut status) = self.status { in poll_read()
390 Reading(MultiPartStates),

Completed in 3 milliseconds