Home
last modified time | relevance | path

Searched defs:ReadUint16 (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/mock/src/
H A Dparcel.cpp49 bool ReadUint16(uint16_t value) in ReadUint16() function
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile.cpp82 bool Decompile::ReadUint16(uint16_t &value) in ReadUint16() function in Decompile
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp461 uint16_t Parcel::ReadUint16() in ReadUint16() function in OHOS::Parcel
539 bool Parcel::ReadUint16(uint16_t& value) in ReadUint16() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp448 uint16_t Parcel::ReadUint16() in ReadUint16() function in OHOS::Parcel
526 bool Parcel::ReadUint16(uint16_t& value) in ReadUint16() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp450 uint16_t Parcel::ReadUint16() in ReadUint16() function in OHOS::Parcel
528 bool Parcel::ReadUint16(uint16_t &value) in ReadUint16() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp448 uint16_t Parcel::ReadUint16() in ReadUint16() function in OHOS::Parcel
526 bool Parcel::ReadUint16(uint16_t& value) in ReadUint16() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp448 uint16_t Parcel::ReadUint16() in ReadUint16() function in OHOS::Parcel
526 bool Parcel::ReadUint16(uint16_t& value) in ReadUint16() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp379 uint16_t Parcel::ReadUint16() in ReadUint16() function in OHOS::Parcel
456 bool Parcel::ReadUint16(uint16_t &value) in ReadUint16() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp974 uint16_t Parcel::ReadUint16() in ReadUint16() function in OHOS::Parcel
1057 bool Parcel::ReadUint16(uint16_t &value) in ReadUint16() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c547 bool ReadUint16(IpcIo *io, uint16_t *value) in ReadUint16() function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs92 fn ReadUint16(self: Pin<&mut Parcel>, v: &mut u16) -> bool; in ReadUint16() function