Home
last modified time | relevance | path

Searched refs:ReadBoolVector (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp227 bool ReadBoolVector(Parcel &parcel, rust::vec<bool> &val) in ReadBoolVector() function
229 return ReadVector(parcel, val, &Parcel::ReadBoolVector); in ReadBoolVector()
/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dparcel_wrapper.h68 bool ReadBoolVector(Parcel &parcel, rust::vec<bool> &val);
/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dserializer.h121 bool *ReadBoolVector(IpcIo *io, size_t *size);
/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp139 ReadAndWriteV(parcel, data, &Parcel::WriteBoolVector, &Parcel::ReadBoolVector); in ReadAndWrite()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp620 bool Parcel::ReadBoolVector(std::vector<bool> *val) in ReadBoolVector() function in OHOS::Parcel
H A Dparcel.h702 bool ReadBoolVector(std::vector<bool> *val);
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dassist_test_service.cpp149 if (!reply.ReadBoolVector(&readBoolVector)) { in TestParcelBoolVector()
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs136 fn ReadBoolVector(parcel: Pin<&mut Parcel>, v: &mut Vec<bool>) -> bool; in ReadBoolVector() functions
186 match ReadBoolVector(parcel, &mut v) { in read_process_vec()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_client_producer.cpp604 if (!reply.ReadBoolVector(&supporteds)) { in IsSupportedAlloc()
605 BLOGE("reply.ReadBoolVector return false, uniqueId: %{public}" PRIu64 ".", uniqueId_); in IsSupportedAlloc()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_service_proxy.cpp951 bool readParcel = reply.ReadBoolVector(&assetResultMap); in DownloadFiles()
953 LOGE("Failed to ReadBoolVector"); in DownloadFiles()
/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c1126 bool *ReadBoolVector(IpcIo *io, size_t *size) in ReadBoolVector() function
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_proxy.cpp120 reply.ReadBoolVector(&results); in IsValidSessionIds()
H A Dscene_session_manager_proxy.cpp732 reply.ReadBoolVector(&results); in IsValidSessionIds()
/foundation/communication/ipc/ipc/test/serializer/
H A Dutils_serializer_test.cpp552 boolRead = ReadBoolVector(&io, &readLen); in HWTEST_F()
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_proxy.cpp831 if (!reply.ReadBoolVector(&keystroke)) { in SupportKeys()

Completed in 28 milliseconds