Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_parcel_test/mock/
H A 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
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/mock/src/
H A Dparcel.cpp39 bool ReadUint32(uint32_t value) in ReadUint32() function
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/file_hook/
H A Dparcel.cpp74 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::Parcel
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_info_test/mock/
H A Dparcel.cpp83 uint32_t Parcel::ReadUint32() const in ReadUint32() function in OHOS::Parcel
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/parcel/src/
H A Dparcel.cpp93 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::FileManagement::Backup::Parcel
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dmessage_parcel_mock.cpp119 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::Parcel
/ohos5.0/drivers/interface/display/composer/command_pack/
H A Dcommand_data_unpacker.h42 bool ReadUint32(uint32_t& value) in ReadUint32() function
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dmessage_parcel_mock.cpp120 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::Parcel
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile.cpp64 bool Decompile::ReadUint32(uint32_t &value) in ReadUint32() function in Decompile
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmessage_parcel_mock.cpp186 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::Parcel
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_message_parcel.cpp198 bool Parcel::ReadUint32(uint32_t& value) in ReadUint32() function in OHOS::Parcel
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp467 uint32_t Parcel::ReadUint32() in ReadUint32() function in OHOS::Parcel
549 bool Parcel::ReadUint32(uint32_t& value) in ReadUint32() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp454 uint32_t Parcel::ReadUint32() in ReadUint32() function in OHOS::Parcel
536 bool Parcel::ReadUint32(uint32_t& value) in ReadUint32() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp456 uint32_t Parcel::ReadUint32() in ReadUint32() function in OHOS::Parcel
538 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp454 uint32_t Parcel::ReadUint32() in ReadUint32() function in OHOS::Parcel
536 bool Parcel::ReadUint32(uint32_t& value) in ReadUint32() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp454 uint32_t Parcel::ReadUint32() in ReadUint32() function in OHOS::Parcel
536 bool Parcel::ReadUint32(uint32_t& value) in ReadUint32() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A 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
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp980 uint32_t Parcel::ReadUint32() in ReadUint32() function in OHOS::Parcel
1067 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c589 bool ReadUint32(IpcIo *io, uint32_t *value) in ReadUint32() function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs93 fn ReadUint32(self: Pin<&mut Parcel>, v: &mut u32) -> bool; in ReadUint32() function