Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp219 bool Parcel::WriteInt8(int8_t value) in WriteInt8() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp214 bool Parcel::WriteInt8(int8_t value) in WriteInt8() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp216 bool Parcel::WriteInt8(int8_t value) in WriteInt8() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp214 bool Parcel::WriteInt8(int8_t value) in WriteInt8() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp214 bool Parcel::WriteInt8(int8_t value) in WriteInt8() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp164 bool Parcel::WriteInt8(int8_t value) in WriteInt8() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c225 bool WriteInt8(IpcIo *io, int8_t value) in WriteInt8() function
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp466 bool Parcel::WriteInt8(int8_t value) in WriteInt8() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs72 fn WriteInt8(self: Pin<&mut Parcel>, mut value: i8) -> bool; in WriteInt8() function