Home
last modified time | relevance | path

Searched defs:ReadValue (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dbyte_buffer_operator.h74 bool ReadValue(T& value) const in ReadValue() function in OHOS::Ace::Framework::final
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.cpp279 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, std::monostate &value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject
283 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, void *value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject
287 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, bool &value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject
291 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int8_t &value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject
295 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int16_t &value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject
299 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int32_t &value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject
304 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int64_t &value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject
308 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, double &value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject
312 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, uint32_t &value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject
316 bool TLVObject::ReadValue(cons in ReadValue() function in OHOS::MiscServices::TLVObject
325 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, RawMem &rawMem, const TLVHead &head) ReadValue() function in OHOS::MiscServices::TLVObject
336 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, TLVObject &value, const TLVHead &head) ReadValue() function in OHOS::MiscServices::TLVObject
340 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, std::vector<uint8_t> &value, const TLVHead &head) ReadValue() function in OHOS::MiscServices::TLVObject
350 bool TLVObject::ReadValue( ReadValue() function in OHOS::MiscServices::TLVObject
397 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, std::variant<_Types...> &value, const TLVHead &head) ReadValue() function in OHOS::MiscServices::TLVObject
409 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, EntryValue &value, const TLVHead &head) ReadValue() function in OHOS::MiscServices::TLVObject
423 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, Details &value, const TLVHead &head) ReadValue() function in OHOS::MiscServices::TLVObject
448 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, Object &value, const TLVHead &head) ReadValue() function in OHOS::MiscServices::TLVObject
473 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, AAFwk::Want &value, const TLVHead &head) ReadValue() function in OHOS::MiscServices::TLVObject
487 bool TLVObject::ReadValue( ReadValue() function in OHOS::MiscServices::TLVObject
[all...]
H A Dtlv_object.h293 bool ReadValue(const std::vector<std::uint8_t> &buffer, std::vector<T> &value, const TLVHead &head) ReadValue() function
331 bool ReadValue(const std::vector<std::uint8_t> &buffer, std::shared_ptr<T> &value, const TLVHead &head) ReadValue() function
[all...]
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dproperty.cpp480 bool Property::ReadValue(const std::vector<uint8_t> &buffer, size_t &offset, Value &value) in ReadValue() function in OHOS::Media::Property
/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cparcel.cpp129 static int ReadValue(const OHIPCParcel *parcel, T* value, bool (OHOS::MessageParcel::*Read)(T& value)) in ReadValue() function

Completed in 5 milliseconds