Home
last modified time | relevance | path

Searched defs:ReadUint64 (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/interface/display/composer/command_pack/
H A Dcommand_data_unpacker.h37 bool ReadUint64(uint64_t& value) in ReadUint64() function
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dmessage_parcel_mock.cpp140 bool Parcel::ReadUint64(uint64_t &value) in ReadUint64() function in OHOS::Parcel
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile.cpp95 bool Decompile::ReadUint64(uint64_t &value) in ReadUint64() function in Decompile
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmessage_parcel_mock.cpp218 bool Parcel::ReadUint64(uint64_t &value) in ReadUint64() function in OHOS::Parcel
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp472 uint64_t Parcel::ReadUint64() in ReadUint64() function in OHOS::Parcel
554 bool Parcel::ReadUint64(uint64_t& value) in ReadUint64() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp459 uint64_t Parcel::ReadUint64() in ReadUint64() function in OHOS::Parcel
541 bool Parcel::ReadUint64(uint64_t& value) in ReadUint64() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp461 uint64_t Parcel::ReadUint64() in ReadUint64() function in OHOS::Parcel
543 bool Parcel::ReadUint64(uint64_t &value) in ReadUint64() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp459 uint64_t Parcel::ReadUint64() in ReadUint64() function in OHOS::Parcel
541 bool Parcel::ReadUint64(uint64_t& value) in ReadUint64() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp459 uint64_t Parcel::ReadUint64() in ReadUint64() function in OHOS::Parcel
541 bool Parcel::ReadUint64(uint64_t& value) in ReadUint64() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp390 uint64_t Parcel::ReadUint64() in ReadUint64() function in OHOS::Parcel
471 bool Parcel::ReadUint64(uint64_t &value) in ReadUint64() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp985 uint64_t Parcel::ReadUint64() in ReadUint64() function in OHOS::Parcel
1072 bool Parcel::ReadUint64(uint64_t &value) in ReadUint64() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c617 bool ReadUint64(IpcIo *io, uint64_t *value) in ReadUint64() function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs94 fn ReadUint64(self: Pin<&mut Parcel>, v: &mut u64) -> bool; in ReadUint64() function