Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmessage_parcel_mock.cpp295 bool Parcel::WriteBoolVector(const std::vector<bool> &val) in WriteBoolVector() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp149 bool WriteBoolVector(Parcel &parcel, rust::slice<const bool> val) in WriteBoolVector() function
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp632 bool Parcel::WriteBoolVector(const std::vector<bool>& val) in WriteBoolVector() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp607 bool Parcel::WriteBoolVector(const std::vector<bool>& val) in WriteBoolVector() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp609 bool Parcel::WriteBoolVector(const std::vector<bool> &val) in WriteBoolVector() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp612 bool Parcel::WriteBoolVector(const std::vector<bool>& val) in WriteBoolVector() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp612 bool Parcel::WriteBoolVector(const std::vector<bool>& val) in WriteBoolVector() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp549 bool Parcel::WriteBoolVector(const std::vector<bool> &val) in WriteBoolVector() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c805 bool WriteBoolVector(IpcIo *io, const bool *val, size_t size) in WriteBoolVector() function
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp1369 bool Parcel::WriteBoolVector(const std::vector<bool> &val) in WriteBoolVector() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs122 fn WriteBoolVector(parcel: Pin<&mut Parcel>, val: &[bool]) -> bool; in WriteBoolVector() function