Home
last modified time | relevance | path

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

/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
Dmessage_parcel_mock.cpp79 bool Parcel::ReadBool() in ReadBool() function in OHOS::Parcel
84 bool Parcel::ReadBool(bool &value) in ReadBool() function in OHOS::Parcel
/foundation/filemanagement/dfs_service/test/mock/
Dmessage_parcel_mock.cpp75 bool Parcel::ReadBool() in ReadBool() function in OHOS::Parcel
80 bool Parcel::ReadBool(bool &value) in ReadBool() function in OHOS::Parcel
/foundation/communication/netmanager_base/test/netmanagernative/unittest/mock/src/
Dparcel.cpp54 bool ReadBool(bool value) in ReadBool() function
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/file_hook/
Dparcel.cpp99 bool Parcel::ReadBool(bool &value) in ReadBool() function in OHOS::Parcel
/foundation/multimodalinput/input/service/connect_manager/test/
Dmessage_parcel_mock.cpp106 bool Parcel::ReadBool() in ReadBool() function in OHOS::Parcel
114 bool Parcel::ReadBool(bool &value) in ReadBool() function in OHOS::Parcel
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dparcel.cpp54 uint32_t Parcel::ReadBool(bool &val) in ReadBool() function in DistributedDB::Parcel
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Dparcel.cpp340 bool Parcel::ReadBool() in ReadBool() function in OHOS::Parcel
411 bool Parcel::ReadBool(bool &value) in ReadBool() function in OHOS::Parcel
/foundation/communication/ipc/ipc/native/c/manager/src/
Dserializer.c425 bool ReadBool(IpcIo *io, bool *value) in ReadBool() function
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dwrapper.rs86 fn ReadBool(self: Pin<&mut Parcel>, v: &mut bool) -> bool; in ReadBool() function