Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp433 int8_t Parcel::ReadInt8() in ReadInt8() function in OHOS::Parcel
499 bool Parcel::ReadInt8(int8_t& value) in ReadInt8() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp420 int8_t Parcel::ReadInt8() in ReadInt8() function in OHOS::Parcel
486 bool Parcel::ReadInt8(int8_t& value) in ReadInt8() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp422 int8_t Parcel::ReadInt8() in ReadInt8() function in OHOS::Parcel
488 bool Parcel::ReadInt8(int8_t &value) in ReadInt8() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp420 int8_t Parcel::ReadInt8() in ReadInt8() function in OHOS::Parcel
486 bool Parcel::ReadInt8(int8_t& value) in ReadInt8() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp420 int8_t Parcel::ReadInt8() in ReadInt8() function in OHOS::Parcel
486 bool Parcel::ReadInt8(int8_t& value) in ReadInt8() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp351 int8_t Parcel::ReadInt8() in ReadInt8() function in OHOS::Parcel
416 bool Parcel::ReadInt8(int8_t &value) in ReadInt8() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp946 int8_t Parcel::ReadInt8() in ReadInt8() function in OHOS::Parcel
1017 bool Parcel::ReadInt8(int8_t &value) in ReadInt8() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c463 bool ReadInt8(IpcIo *io, int8_t *value) in ReadInt8() function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs87 fn ReadInt8(self: Pin<&mut Parcel>, v: &mut i8) -> bool; in ReadInt8() function