Home
last modified time | relevance | path

Searched defs:ReadUint32 (Results 1 – 12 of 12) sorted by relevance

/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_parcel_test/mock/
Dparcel.cpp112 uint32_t Parcel::ReadUint32() const in ReadUint32() function in OHOS::Parcel
129 bool Parcel::ReadUint32(uint32_t& value) in ReadUint32() function in OHOS::Parcel
/foundation/communication/netmanager_base/test/netmanagernative/unittest/mock/src/
Dparcel.cpp39 bool ReadUint32(uint32_t value) in ReadUint32() function
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/file_hook/
Dparcel.cpp74 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::Parcel
/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_info_test/mock/
Dparcel.cpp83 uint32_t Parcel::ReadUint32() const in ReadUint32() function in OHOS::Parcel
/foundation/filemanagement/app_file_service/tests/mock/parcel/src/
Dparcel.cpp93 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::FileManagement::Backup::Parcel
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
Dmessage_parcel_mock.cpp119 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::Parcel
/foundation/filemanagement/dfs_service/test/mock/
Dmessage_parcel_mock.cpp120 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::Parcel
/foundation/window/window_manager/window_scene/test/mock/
Dmock_message_parcel.cpp198 bool Parcel::ReadUint32(uint32_t& value) in ReadUint32() function in OHOS::Parcel
/foundation/multimodalinput/input/service/connect_manager/test/
Dmessage_parcel_mock.cpp186 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::Parcel
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Dparcel.cpp385 uint32_t Parcel::ReadUint32() in ReadUint32() function in OHOS::Parcel
466 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::Parcel
/foundation/communication/ipc/ipc/native/c/manager/src/
Dserializer.c589 bool ReadUint32(IpcIo *io, uint32_t *value) in ReadUint32() function
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dwrapper.rs93 fn ReadUint32(self: Pin<&mut Parcel>, v: &mut u32) -> bool; in ReadUint32() function