Home
last modified time | relevance | path

Searched refs:reply (Results 1726 - 1750 of 5315) sorted by relevance

1...<<61626364656667686970>>...213

/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddata_ability_observer_stub.h34 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
41 int32_t OnChangeInner(MessageParcel &data, MessageParcel &reply);
47 int32_t OnChangeExtInner(MessageParcel &data, MessageParcel &reply);
53 int32_t OnChangePreferencesInner(MessageParcel &data, MessageParcel &reply);
55 using RequestFuncType = int (DataAbilityObserverStub::*)(MessageParcel &data, MessageParcel &reply);
/foundation/arkui/ace_engine/interfaces/inner_api/ui_service_manager/include/
H A Dui_service_stub.h35 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) override;
38 int32_t OnRequestCallBackInner(MessageParcel& data, MessageParcel& reply);
39 int32_t OnPushCallBackInner(MessageParcel& data, MessageParcel& reply);
40 int32_t OnReturnRequestInner(MessageParcel& data, MessageParcel& reply);
41 using RequestFuncType = int32_t (UIServiceStub::*)(MessageParcel& data, MessageParcel& reply);
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_anahs_manager_listener_stub.cpp38 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
44 OnExtPnpDeviceStatusChangedInternal(data, reply); in OnRemoteRequest()
49 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
61 void AudioAnahsManagerListenerStub::OnExtPnpDeviceStatusChangedInternal(MessageParcel &data, MessageParcel &reply) in OnExtPnpDeviceStatusChangedInternal() argument
66 reply.WriteInt32(result); in OnExtPnpDeviceStatusChangedInternal()
37 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/ipc_callbacks/
H A Dbuffer_available_callback_stub_test.cpp53 MessageParcel reply; in HWTEST_F() local
57 int res = rsBufferAvailableCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
61 res = rsBufferAvailableCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
74 MessageParcel reply; in HWTEST_F() local
80 int res = rsBufferAvailableCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
H A Dbuffer_clear_callback_stub_test.cpp53 MessageParcel reply; in HWTEST_F() local
57 int res = rsBufferClearCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
61 res = rsBufferClearCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
74 MessageParcel reply; in HWTEST_F() local
80 int res = rsBufferClearCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
H A Drs_uiextension_callback_stub_test.cpp53 MessageParcel reply; in HWTEST_F() local
57 int res = rsUiExtensionCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
61 res = rsUiExtensionCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
74 MessageParcel reply; in HWTEST_F() local
80 int res = rsUiExtensionCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_video_processing_session_callback_stub.cpp24 MessageParcel& reply, in OnRemoteRequest()
37 if (!reply.WriteInt32(errCode)) { in OnRemoteRequest()
46 if (!reply.WriteInt32(errCode)) { in OnRemoteRequest()
54 if (!reply.WriteInt32(errCode)) { in OnRemoteRequest()
60 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
21 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
/foundation/multimedia/av_codec/services/services/codeclist/ipc/
H A Dcodeclist_service_stub.h35 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
45 int32_t DoFindDecoder(MessageParcel &data, MessageParcel &reply);
46 int32_t DoFindEncoder(MessageParcel &data, MessageParcel &reply);
47 int32_t DoGetCapability(MessageParcel &data, MessageParcel &reply);
48 int32_t DoDestroyStub(MessageParcel &data, MessageParcel &reply);
/foundation/multimedia/player_framework/services/services/monitor/ipc/
H A Dmonitor_service_stub.h25 using MonitorStubFunc = std::function<int32_t(MessageParcel &data, MessageParcel &reply)>;
35 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
43 int32_t Click(MessageParcel &data, MessageParcel &reply);
44 int32_t EnableMonitor(MessageParcel &data, MessageParcel &reply);
45 int32_t DisableMonitor(MessageParcel &data, MessageParcel &reply);
/foundation/window/window_manager/test/fuzztest/window_scene/windowextensionclstub_fuzzer/
H A Dwindowextensionclstub_fuzzer.cpp44 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
59 parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
63 parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
67 parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
71 parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
/foundation/window/window_manager/test/fuzztest/window_scene/windoweventchstubfocus_fuzzer/
H A Dwindoweventchstubfocus_fuzzer.cpp43 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
56 parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
60 parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
64 parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
68 parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Dnet_dns_result_callback_stub.cpp29 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
43 return (this->*requestFunc)(data, reply); in OnRemoteRequest()
48 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
51 int32_t NetDnsResultCallbackStub::CmdDnsResultReport(MessageParcel &data, MessageParcel &reply) in CmdDnsResultReport() argument
66 if (!reply.WriteInt32(result)) { in CmdDnsResultReport()
28 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Dnet_dns_health_callback_stub.cpp29 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
43 return (this->*requestFunc)(data, reply); in OnRemoteRequest()
48 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
50 int32_t NetDnsHealthCallbackStub::CmdDnsHealthReport(MessageParcel &data, MessageParcel &reply) in CmdDnsHealthReport() argument
58 if (!reply.WriteInt32(result)) { in CmdDnsHealthReport()
28 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_detection_callback_stub.cpp29 int32_t NetDetectionCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
44 return (this->*requestFunc)(data, reply); in OnRemoteRequest()
48 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
51 int32_t NetDetectionCallbackStub::OnNetDetectionResult(MessageParcel &data, MessageParcel &reply) in OnNetDetectionResult() argument
64 if (!reply.WriteInt32(ret)) { in OnNetDetectionResult()
H A Dnet_factoryreset_callback_stub.cpp35 int32_t NetFactoryResetCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
50 return (this->*requestFunc)(data, reply); in OnRemoteRequest()
54 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
57 int32_t NetFactoryResetCallbackStub::OnFactoryReset(MessageParcel &data, MessageParcel &reply) in OnFactoryReset() argument
64 if (!reply.WriteInt32(ret)) { in OnFactoryReset()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_supplier_callback_stub.h38 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
50 int32_t OnRequestNetwork(MessageParcel &data, MessageParcel &reply);
51 int32_t OnReleaseNetwork(MessageParcel &data, MessageParcel &reply);
52 int32_t OnAddRequest(MessageParcel &data, MessageParcel &reply);
53 int32_t OnRemoveRequest(MessageParcel &data, MessageParcel &reply);
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnet_diag_callback_stub.cpp33 int32_t NetDiagCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
48 return (this->*requestFunc)(data, reply); in OnRemoteRequest()
53 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
56 int32_t NetDiagCallbackStub::CmdNotifyPingResult(MessageParcel &data, MessageParcel &reply) in CmdNotifyPingResult() argument
64 if (!reply.WriteInt32(result)) { in CmdNotifyPingResult()
/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dwrapper.rs39 reply: Pin<&mut MessageParcel>, in on_remote_request()
76 reply: Pin<&mut MessageParcel>, in SendRequest()
119 reply: Pin<&mut MessageParcel>, in on_remote_request()
123 let mut reply = MsgParcel::from_ptr(reply.get_unchecked_mut() as *mut MessageParcel); in on_remote_request() variables
124 self.inner.on_remote_request(code, &mut data, &mut reply) in on_remote_request()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetfirewall_callback_stub.cpp28 int32_t NetFirewallCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
43 return (this->*requestFunc)(data, reply); in OnRemoteRequest()
48 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
51 int32_t NetFirewallCallbackStub::CmdOnIntercept(MessageParcel &data, MessageParcel &reply) in CmdOnIntercept() argument
55 if (!reply.WriteInt32(result)) { in CmdOnIntercept()
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_delay_getter_proxy.cpp33 MessageParcel reply; in GetPasteData() local
43 int result = Remote()->SendRequest(TransId::TRANS_GET_PASTE_DATA, request, reply, option); in GetPasteData()
48 int32_t rawDataSize = reply.ReadInt32(); in GetPasteData()
53 const uint8_t *rawData = reinterpret_cast<const uint8_t *>(reply.ReadRawData(rawDataSize)); in GetPasteData()
65 if (!data.ReadUriFd(reply, pasteHandler)) { in GetPasteData()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Ddata_ability_observer_stub.h34 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
41 int32_t OnChangeInner(MessageParcel &data, MessageParcel &reply);
47 int32_t OnChangeExtInner(MessageParcel &data, MessageParcel &reply);
53 int32_t OnChangePreferencesInner(MessageParcel &data, MessageParcel &reply);
55 using RequestFuncType = int (DataAbilityObserverStub::*)(MessageParcel &data, MessageParcel &reply);
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/asset/
H A Dasset_send_callback_stub.cpp34 MessageParcel &reply, in OnRemoteRequest()
43 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
45 return (this->*(interfaceIndex->second))(data, reply); in OnRemoteRequest()
48 int32_t AssetSendCallbackStub::HandleOnSendResult(MessageParcel &data, MessageParcel &reply) in HandleOnSendResult() argument
66 reply.WriteInt32(res); in HandleOnSendResult()
32 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/
H A Dnfc_tag_callback_stub.cpp42 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
61 ret = RemoteOnNotify(data, reply); in OnRemoteRequest()
65 ret = IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
82 int NfcTagCallbackStub::RemoteOnNotify(MessageParcel &data, MessageParcel &reply) in RemoteOnNotify() argument
90 reply.WriteInt32(NFC_SUCCESS); /* Reply 0 to indicate that no exception occurs. */ in RemoteOnNotify()
41 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dobserver_callback_stub.cpp44 int32_t ObserverCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, in OnRemoteRequest() argument
58 return (this->*(itFunc->second))(data, reply); in OnRemoteRequest()
61 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
64 int32_t ObserverCallbackStub::OnChangeStub(MessageParcel &data, MessageParcel &reply) in OnChangeStub() argument
76 if (!reply.WriteInt32(ret)) { in OnChangeStub()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/xcb/
H A DWindowSurfaceVkXcb.cpp43 xcb_get_geometry_reply_t *reply = xcb_get_geometry_reply(mXcbConnection, cookie, &error); in getCurrentWindowSize() local
49 ASSERT(reply); in getCurrentWindowSize()
50 *extentsOut = gl::Extents(reply->width, reply->height, 1); in getCurrentWindowSize()
51 free(reply); in getCurrentWindowSize()

Completed in 8 milliseconds

1...<<61626364656667686970>>...213