Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A 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
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A 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
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/mock/src/
H A Dparcel.cpp54 bool ReadBool(bool value) in ReadBool() function
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/file_hook/
H A Dparcel.cpp99 bool Parcel::ReadBool(bool &value) in ReadBool() function in OHOS::Parcel
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A 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
/ohos5.0/drivers/interface/display/composer/command_pack/
H A Dcommand_data_unpacker.h63 bool ReadBool(bool& value) in ReadBool() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparcel.cpp54 uint32_t Parcel::ReadBool(bool &val) in ReadBool() function in DistributedDB::Parcel
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp422 bool Parcel::ReadBool() in ReadBool() function in OHOS::Parcel
494 bool Parcel::ReadBool(bool& value) in ReadBool() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp409 bool Parcel::ReadBool() in ReadBool() function in OHOS::Parcel
481 bool Parcel::ReadBool(bool& value) in ReadBool() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp411 bool Parcel::ReadBool() in ReadBool() function in OHOS::Parcel
483 bool Parcel::ReadBool(bool &value) in ReadBool() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp409 bool Parcel::ReadBool() in ReadBool() function in OHOS::Parcel
481 bool Parcel::ReadBool(bool& value) in ReadBool() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp409 bool Parcel::ReadBool() in ReadBool() function in OHOS::Parcel
481 bool Parcel::ReadBool(bool& value) in ReadBool() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp340 bool Parcel::ReadBool() in ReadBool() function in OHOS::Parcel
411 bool Parcel::ReadBool(bool &value) in ReadBool() function in OHOS::Parcel
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp935 bool Parcel::ReadBool() in ReadBool() function in OHOS::Parcel
1012 bool Parcel::ReadBool(bool &value) in ReadBool() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c425 bool ReadBool(IpcIo *io, bool *value) in ReadBool() function
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs86 fn ReadBool(self: Pin<&mut Parcel>, v: &mut bool) -> bool; in ReadBool() function