Home
last modified time | relevance | path

Searched defs:ReadInt16 (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp439 int16_t Parcel::ReadInt16() in ReadInt16() function in OHOS::Parcel
509 bool Parcel::ReadInt16(int16_t& value) in ReadInt16() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp426 int16_t Parcel::ReadInt16() in ReadInt16() function in OHOS::Parcel
496 bool Parcel::ReadInt16(int16_t& value) in ReadInt16() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp428 int16_t Parcel::ReadInt16() in ReadInt16() function in OHOS::Parcel
498 bool Parcel::ReadInt16(int16_t &value) in ReadInt16() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp426 int16_t Parcel::ReadInt16() in ReadInt16() function in OHOS::Parcel
496 bool Parcel::ReadInt16(int16_t& value) in ReadInt16() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp426 int16_t Parcel::ReadInt16() in ReadInt16() function in OHOS::Parcel
496 bool Parcel::ReadInt16(int16_t& value) in ReadInt16() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp357 int16_t Parcel::ReadInt16() in ReadInt16() function in OHOS::Parcel
426 bool Parcel::ReadInt16(int16_t &value) in ReadInt16() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp952 int16_t Parcel::ReadInt16() in ReadInt16() function in OHOS::Parcel
1027 bool Parcel::ReadInt16(int16_t &value) in ReadInt16() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c519 bool ReadInt16(IpcIo *io, int16_t *value) in ReadInt16() function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs88 fn ReadInt16(self: Pin<&mut Parcel>, v: &mut i16) -> bool; in ReadInt16() function