Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/test/netmanagernative/unittest/mock/src/
Dparcel.cpp19 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::NetsysNative::Parcel
/foundation/filemanagement/user_file_service/test/unittest/mock/
Dmessage_parcel_mock.cpp68 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/file_hook/
Dparcel.cpp52 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
Dmessage_parcel_mock.cpp89 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/foundation/filemanagement/dfs_service/test/mock/
Dmessage_parcel_mock.cpp85 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/foundation/window/window_manager/window_scene/test/mock/
Dmock_message_parcel.cpp142 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/foundation/multimodalinput/input/service/connect_manager/test/
Dmessage_parcel_mock.cpp122 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dparcel.cpp48 int Parcel::WriteBool(bool data) in WriteBool() function in DistributedDB::Parcel
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Dparcel.cpp154 bool Parcel::WriteBool(bool value) in WriteBool() function in OHOS::Parcel
/foundation/communication/ipc/ipc/native/c/manager/src/
Dserializer.c188 bool WriteBool(IpcIo *io, bool value) in WriteBool() function
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dwrapper.rs71 fn WriteBool(self: Pin<&mut Parcel>, mut value: bool) -> bool; in WriteBool() function