Home
last modified time | relevance | path

Searched refs:WriteToParcel (Results 1 - 25 of 137) sorted by relevance

123456

/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_descriptor.h24 bool WriteToParcel(Parcel& out) const;
44 bool WriteToParcel(Parcel& out) const;
51 bool WriteToParcel(Parcel& out) const;
60 bool WriteToParcel(Parcel& out) const;
H A Davcast_player_state.h23 bool WriteToParcel(Parcel& out) const;
H A Dav_file_descriptor.h24 bool WriteToParcel(Parcel& out) const;
H A Dmedia_info.h24 bool WriteToParcel(Parcel& out) const;
/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Dsession_listener_proxy.cpp30 CHECK_AND_RETURN_LOG(descriptor.WriteToParcel(data), "write descriptor failed"); in OnSessionCreate()
43 CHECK_AND_RETURN_LOG(descriptor.WriteToParcel(data), "write descriptor failed"); in OnSessionRelease()
56 CHECK_AND_RETURN_LOG(descriptor.WriteToParcel(data), "write descriptor failed"); in OnTopSessionChange()
83 CHECK_AND_RETURN_LOG(castOutputDeviceInfo.WriteToParcel(data), "write castOutputDeviceInfo failed"); in OnDeviceAvailable()
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_a2dp_a2dpCodecStatus.h39 bool WriteToParcel(Parcel &parcel);
56 bool WriteToParcel(Parcel &parcel);
H A Dbluetooth_a2dp_a2dpCodecInfo.h38 bool WriteToParcel(Parcel &parcel);
55 bool WriteToParcel(Parcel &parcel);
H A Dbluetooth_hfp_hf_call.cpp26 return WriteToParcel(parcel); in Marshalling()
39 bool BluetoothHfpHfCall::WriteToParcel(Parcel &parcel) const in WriteToParcel() function in OHOS::Bluetooth::BluetoothHfpHfCall
H A Dparcel_bt_uuid.h33 static bool WriteToParcel(MessageParcel &parcel, bluetooth::Uuid &uuid);
H A Dbluetooth_opp_transfer_information.h34 bool WriteToParcel(Parcel &parcel) const;
H A Dbluetooth_ble_scan_filter.h32 bool WriteToParcel(Parcel &parcel);
H A Dbluetooth_remote_device_info.h31 bool WriteToParcel(Parcel &parcel);
H A Dbluetooth_raw_address.cpp39 bool BluetoothRawAddress::WriteToParcel(Parcel &parcel) in WriteToParcel() function in OHOS::Bluetooth::BluetoothRawAddress
H A Dbluetooth_a2dp_a2dpCodecStatus.cpp51 bool BluetoothA2dpCodecStatus::WriteToParcel(Parcel &parcel) in WriteToParcel() function in OHOS::Bluetooth::BluetoothA2dpCodecStatus
104 bool BluetoothA2dpOffloadCodecStatus::WriteToParcel(Parcel &parcel) in WriteToParcel() function in OHOS::Bluetooth::BluetoothA2dpOffloadCodecStatus
H A Dbluetooth_opp_transfer_information.cpp35 bool BluetoothIOppTransferInformation::WriteToParcel(Parcel &parcel) const in WriteToParcel() function in OHOS::Bluetooth::BluetoothIOppTransferInformation
135 return WriteToParcel(parcel); in Marshalling()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Dsnapshot_test.cpp59 auto ret = snapshot.WriteToParcel(data); in HWTEST_F()
65 * @tc.desc: test WriteToParcel when rect_ is not nullptr
75 bool ret = snapshot.WriteToParcel(data); in HWTEST_F()
82 * @tc.desc: test WriteToParcel when windowBounds_ is not nullptr
93 bool ret = snapshot.WriteToParcel(data); in HWTEST_F()
100 * @tc.desc: test WriteToParcel when pixelMap_ is not nullptr
114 * @tc.steps: step1. WriteToParcel when pixelMap_ is not nullptr in HWTEST_F()
116 bool ret = snapshot.WriteToParcel(data); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_parcel_test.cpp59 * @tc.desc: test WriteToParcel
71 bool ret = PixelMapParcel::WriteToParcel(pixelmap.get(), data); in HWTEST_F()
92 bool ret = PixelMapParcel::WriteToParcel(pixelmap1.get(), data); in HWTEST_F()
/foundation/multimodalinput/input/service/filter/src/
H A Devent_filter_proxy.cpp48 if (!event->WriteToParcel(data)) { in HandleKeyEvent()
79 if (!event->WriteToParcel(data)) { in HandlePointerEvent()
/foundation/window/window_manager/extension/extension_connection/src/zidl/
H A Dwindow_extension_client_proxy.cpp90 if (!keyEvent->WriteToParcel(data)) { in OnKeyEvent()
118 if (!pointerEvent->WriteToParcel(data)) { in OnPointerEvent()
/foundation/multimedia/av_session/frameworks/common/src/
H A Davcast_player_state.cpp20 bool AVCastPlayerState::WriteToParcel(Parcel& out) const in WriteToParcel() function in OHOS::AVSession::AVCastPlayerState
H A Dav_file_descriptor.cpp20 bool AVFileDescriptor::WriteToParcel(Parcel& out) const in WriteToParcel() function in OHOS::AVSession::AVFileDescriptor
H A Dmedia_info.cpp20 bool MediaInfo::WriteToParcel(Parcel& out) const in WriteToParcel() function in OHOS::AVSession::MediaInfo
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dishared_result_set.cpp24 sptr<ISharedResultSet> ISharedResultSet::WriteToParcel(std::shared_ptr<DataShareResultSet> resultSet, in WriteToParcel() function in OHOS::DataShare::ISharedResultSet
/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dishared_result_set.cpp24 sptr<ISharedResultSet> ISharedResultSet::WriteToParcel(std::shared_ptr<AbsSharedResultSet> resultSet, in WriteToParcel() function in OHOS::NativeRdb::ISharedResultSet
/foundation/multimedia/av_session/interfaces/inner_api/native/session/test/fuzztest/avsessiondescriptor_fuzzer/
H A Davsessiondescriptor_fuzzer.cpp33 avSessionDescriptor.WriteToParcel(dataParcel); in AVSessionDescriptorTest()

Completed in 9 milliseconds

123456