Home
last modified time | relevance | path

Searched defs:WriteBool (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/mock/src/
H A Dparcel.cpp19 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::NetsysNative::Parcel
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dmessage_parcel_mock.cpp68 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/file_hook/
H A Dparcel.cpp52 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dmessage_parcel_mock.cpp89 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/drivers/interface/display/composer/command_pack/
H A Dcommand_data_packer.h87 bool WriteBool(bool value) in WriteBool() function
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dmessage_parcel_mock.cpp85 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmessage_parcel_mock.cpp122 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_message_parcel.cpp149 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparcel.cpp48 int Parcel::WriteBool(bool data) in WriteBool() function in DistributedDB::Parcel
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp209 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp204 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp206 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp204 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp204 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp154 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c188 bool WriteBool(IpcIo *io, bool value) in WriteBool() function
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp456 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs71 fn WriteBool(self: Pin<&mut Parcel>, mut value: bool) -> bool; in WriteBool() function