Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp229 bool Parcel::WriteInt16(int16_t value) in WriteInt16() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp224 bool Parcel::WriteInt16(int16_t value) in WriteInt16() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp226 bool Parcel::WriteInt16(int16_t value) in WriteInt16() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp224 bool Parcel::WriteInt16(int16_t value) in WriteInt16() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp224 bool Parcel::WriteInt16(int16_t value) in WriteInt16() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp174 bool Parcel::WriteInt16(int16_t value) in WriteInt16() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c271 bool WriteInt16(IpcIo *io, int16_t value) in WriteInt16() function
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp476 bool Parcel::WriteInt16(int16_t value) in WriteInt16() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs73 fn WriteInt16(self: Pin<&mut Parcel>, mut value: i16) -> bool; in WriteInt16() function