Home
last modified time | relevance | path

Searched refs:reply (Results 1001 - 1025 of 3649) sorted by relevance

1...<<41424344454647484950>>...146

/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_callback_stub_test/
H A Dquick_fix_callback_stub_test.cpp65 MessageParcel reply; in HWTEST_F() local
77 IQuickFixCallback::QuickFixCallbackCmd::ON_NOTIFY_LOAD_PATCH, data, reply, option); in HWTEST_F()
94 MessageParcel reply; in HWTEST_F() local
106 IQuickFixCallback::QuickFixCallbackCmd::ON_NOTIFY_UNLOAD_PATCH, data, reply, option); in HWTEST_F()
123 MessageParcel reply; in HWTEST_F() local
135 IQuickFixCallback::QuickFixCallbackCmd::ON_NOTIFY_RELOAD_PAGE, data, reply, option); in HWTEST_F()
152 MessageParcel reply; in HWTEST_F() local
160 IQuickFixCallback::QuickFixCallbackCmd::ON_NOTIFY_LOAD_PATCH, data, reply, option); in HWTEST_F()
177 MessageParcel reply; in HWTEST_F() local
185 auto result = mockQuickFixCallback_->OnRemoteRequest(invalidCode, data, reply, optio in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_callback_interface_test.cpp46 MessageParcel reply; in NotifyNetIfaceStatsChangedNoString() local
49 static_cast<uint32_t>(StatsCallBackInterfaceCode::NET_STATS_IFACE_CHANGED), dataErr, reply, option); in NotifyNetIfaceStatsChangedNoString()
63 MessageParcel reply; in NotifyNetIfaceStatsChanged() local
66 static_cast<uint32_t>(StatsCallBackInterfaceCode::NET_STATS_IFACE_CHANGED), data, reply, option); in NotifyNetIfaceStatsChanged()
77 MessageParcel reply; in NotifyNetUidStatsChangedNoString() local
80 static_cast<uint32_t>(StatsCallBackInterfaceCode::NET_STATS_UID_CHANGED), dataNoStr, reply, option); in NotifyNetUidStatsChangedNoString()
94 MessageParcel reply; in NotifyNetUidStatsChangedNoInt() local
97 static_cast<uint32_t>(StatsCallBackInterfaceCode::NET_STATS_UID_CHANGED), dataNoInt, reply, option); in NotifyNetUidStatsChangedNoInt()
114 MessageParcel reply; in NotifyNetUidStatsChanged() local
117 static_cast<uint32_t>(StatsCallBackInterfaceCode::NET_STATS_UID_CHANGED), data, reply, optio in NotifyNetUidStatsChanged()
[all...]
/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dtrans_client_stub.c24 int32_t ClientOnChannelOpened(IpcIo *data, IpcIo *reply) in ClientOnChannelOpened() argument
26 TRANS_CHECK_AND_RETURN_RET_LOGE(reply != NULL, SOFTBUS_INVALID_PARAM, TRANS_CTRL, "invalid param"); in ClientOnChannelOpened()
59 WriteInt32(reply, udpPort); in ClientOnChannelOpened()
72 int32_t ClientOnChannelOpenfailed(IpcIo *data, IpcIo *reply) in ClientOnChannelOpenfailed() argument
88 int32_t ClientOnChannelClosed(IpcIo *data, IpcIo *reply) in ClientOnChannelClosed() argument
104 int32_t ClientOnChannelMsgreceived(IpcIo *data, IpcIo *reply) in ClientOnChannelMsgreceived() argument
123 int32_t ClientSetChannelInfo(IpcIo *data, IpcIo *reply) in ClientSetChannelInfo() argument
129 (void)reply; in ClientSetChannelInfo()
142 int32_t ClientOnChannelBind(IpcIo *data, IpcIo *reply) in ClientOnChannelBind() argument
148 (void)reply; in ClientOnChannelBind()
[all...]
/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp114 nlohmann::json reply; in ReportEventToRSS() local
116 ResourceSchedule::ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload, reply); in ReportEventToRSS()
125 nlohmann::json reply; in GetAllFrozenPidsFromRSS() local
127 int32_t ret = ResourceSchedule::ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload, reply); in GetAllFrozenPidsFromRSS()
128 if (ret != 0 || !reply.contains("allSuspendState") || !reply["allSuspendState"].is_array()) { in GetAllFrozenPidsFromRSS()
133 for (nlohmann::json &appObj : reply["allSuspendState"]) { in GetAllFrozenPidsFromRSS()
162 nlohmann::json reply; in CheckShouldForceKillProcess() local
164 ResourceSchedule::ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload, reply); in CheckShouldForceKillProcess()
165 if (!reply in CheckShouldForceKillProcess()
[all...]
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_element_operator_callback_stub.cpp25 result_code = func(data, reply);\
92 MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
112 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
116 MessageParcel &data, MessageParcel &reply) in HandleSetSearchElementInfoByAccessibilityIdResult()
136 reply.WriteInt32(RET_ERR_FAILED); in HandleSetSearchElementInfoByAccessibilityIdResult()
145 reply.WriteInt32(0); in HandleSetSearchElementInfoByAccessibilityIdResult()
151 reply.WriteInt32(0); in HandleSetSearchElementInfoByAccessibilityIdResult()
156 MessageParcel &data, MessageParcel &reply) in HandleSetSearchElementInfoByTextResult()
182 MessageParcel &reply) in HandleSetFindFocusedElementInfoResult()
199 MessageParcel &reply) in HandleSetFocusMoveSearchResult()
91 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
115 HandleSetSearchElementInfoByAccessibilityIdResult( MessageParcel &data, MessageParcel &reply) HandleSetSearchElementInfoByAccessibilityIdResult() argument
155 HandleSetSearchElementInfoByTextResult( MessageParcel &data, MessageParcel &reply) HandleSetSearchElementInfoByTextResult() argument
181 HandleSetFindFocusedElementInfoResult(MessageParcel &data, MessageParcel &reply) HandleSetFindFocusedElementInfoResult() argument
198 HandleSetFocusMoveSearchResult(MessageParcel &data, MessageParcel &reply) HandleSetFocusMoveSearchResult() argument
215 HandleSetExecuteActionResult(MessageParcel &data, MessageParcel &reply) HandleSetExecuteActionResult() argument
228 HandleSetCursorPositionResult(MessageParcel &data, MessageParcel &reply) HandleSetCursorPositionResult() argument
[all...]
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessibility_element_operator_callback_stub.cpp25 result_code = func(data, reply); \
92 MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
112 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
116 MessageParcel &data, MessageParcel &reply) in HandleSetSearchElementInfoByAccessibilityIdResult()
136 reply.WriteInt32(RET_ERR_FAILED); in HandleSetSearchElementInfoByAccessibilityIdResult()
145 reply.WriteInt32(0); in HandleSetSearchElementInfoByAccessibilityIdResult()
151 reply.WriteInt32(0); in HandleSetSearchElementInfoByAccessibilityIdResult()
156 MessageParcel &data, MessageParcel &reply) in HandleSetSearchElementInfoByTextResult()
182 MessageParcel &reply) in HandleSetFindFocusedElementInfoResult()
199 MessageParcel &reply) in HandleSetFocusMoveSearchResult()
91 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
115 HandleSetSearchElementInfoByAccessibilityIdResult( MessageParcel &data, MessageParcel &reply) HandleSetSearchElementInfoByAccessibilityIdResult() argument
155 HandleSetSearchElementInfoByTextResult( MessageParcel &data, MessageParcel &reply) HandleSetSearchElementInfoByTextResult() argument
181 HandleSetFindFocusedElementInfoResult(MessageParcel &data, MessageParcel &reply) HandleSetFindFocusedElementInfoResult() argument
198 HandleSetFocusMoveSearchResult(MessageParcel &data, MessageParcel &reply) HandleSetFocusMoveSearchResult() argument
215 HandleSetExecuteActionResult(MessageParcel &data, MessageParcel &reply) HandleSetExecuteActionResult() argument
228 HandleSetCursorPositionResult(MessageParcel &data, MessageParcel &reply) HandleSetCursorPositionResult() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_gatt_server_callback_stub.cpp62 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
75 return memberFunc(this, data, reply); in OnRemoteRequest()
79 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
83 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnCharacteristicReadRequestInner()
100 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnConnectionStateChangedInner()
117 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnAddServiceInner()
134 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnCharacteristicWriteRequestInner()
152 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnDescriptorReadRequestInner()
169 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnDescriptorWriteRequestInner()
186 BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) in OnMtuChangedInner()
61 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
82 OnCharacteristicReadRequestInner( BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnCharacteristicReadRequestInner() argument
99 OnConnectionStateChangedInner( BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnConnectionStateChangedInner() argument
116 OnAddServiceInner( BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnAddServiceInner() argument
133 OnCharacteristicWriteRequestInner( BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnCharacteristicWriteRequestInner() argument
151 OnDescriptorReadRequestInner( BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnDescriptorReadRequestInner() argument
168 OnDescriptorWriteRequestInner( BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnDescriptorWriteRequestInner() argument
185 OnMtuChangedInner( BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnMtuChangedInner() argument
199 OnNotifyConfirmInner( BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnNotifyConfirmInner() argument
217 OnConnectionParameterChangedInner( BluetoothGattServerCallbackStub *stub, MessageParcel &data, MessageParcel &reply) OnConnectionParameterChangedInner() argument
[all...]
/foundation/multimedia/av_session/services/session/server/test/
H A Davcast_controller_callback_stub_test.cpp129 OHOS::MessageParcel reply; in HWTEST_F() local
133 int ret = avCastControllerCallbackStubDemo.OnRemoteRequest(code, data, reply, option); in HWTEST_F()
147 OHOS::MessageParcel reply; in HWTEST_F() local
149 int ret = avCastControllerCallbackStubDemo.OnRemoteRequest(code, data, reply, option); in HWTEST_F()
163 OHOS::MessageParcel reply; in HWTEST_F() local
168 int ret = avCastControllerCallbackStubDemo.OnRemoteRequest(code, data, reply, option); in HWTEST_F()
182 OHOS::MessageParcel reply; in HWTEST_F() local
192 int ret = avCastControllerCallbackStubDemo.OnRemoteRequest(code, data, reply, option); in HWTEST_F()
206 OHOS::MessageParcel reply; in HWTEST_F() local
216 int ret = avCastControllerCallbackStubDemo.OnRemoteRequest(code, data, reply, optio in HWTEST_F()
230 OHOS::MessageParcel reply; HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_callback_proxy_lite.cpp49 IpcIo reply; in OnWifiStateChanged() local
53 int ret = SendRequest(sid_, static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_STATE_CHANGE), &data, &reply, in OnWifiStateChanged()
94 IpcIo reply; in OnWifiConnectionChanged() local
98 int ret = SendRequest(sid_, static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_CONNECTION_CHANGE), &data, &reply, in OnWifiConnectionChanged()
119 IpcIo reply; in OnWifiRssiChanged() local
123 int ret = SendRequest(sid_, static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_RSSI_CHANGE), &data, &reply, in OnWifiRssiChanged()
145 IpcIo reply; in OnWifiWpsStateChanged() local
149 int ret = SendRequest(sid_, static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_WPS_STATE_CHANGE), &data, &reply, in OnWifiWpsStateChanged()
170 IpcIo reply; in OnStreamChanged() local
174 int ret = SendRequest(sid_, static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_STREAM_DIRECTION), &data, &reply, in OnStreamChanged()
195 IpcIo reply; OnDeviceConfigChanged() local
[all...]
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_proxy.cpp104 MessageParcel data, reply; in RegisterDhcpClientCallBack() local
125 data, reply, option); in RegisterDhcpClientCallBack()
131 int exception = reply.ReadInt32(); in RegisterDhcpClientCallBack()
149 MessageParcel data, reply; in StartDhcpClient() local
160 static_cast<uint32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_SVR_CMD_START_DHCP_CLIENT), data, reply, option); in StartDhcpClient()
166 int exception = reply.ReadInt32(); in StartDhcpClient()
185 MessageParcel reply; in SetConfiguration() local
196 static_cast<uint32_t>(DhcpClientInterfaceCode::DHCP_CLIENT_SVR_CMD_SET_CONFIG), data, reply, option); in SetConfiguration()
202 int exception = reply.ReadInt32(); in SetConfiguration()
219 MessageParcel data, reply; in StopDhcpClient() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dmemx.c48 u32 reply[2]; in nvkm_memx_init() local
51 ret = nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_INFO, in nvkm_memx_init()
60 memx->base = reply[0]; in nvkm_memx_init()
61 memx->size = reply[1]; in nvkm_memx_init()
78 u32 finish, reply[2]; in nvkm_memx_fini() local
87 /* call MEMX process to execute the script, and wait for reply */ in nvkm_memx_fini()
89 nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_EXEC, in nvkm_memx_fini()
92 reply[0], reply[1]); in nvkm_memx_fini()
169 u32 reply[ in nvkm_memx_train_result() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dmemx.c48 u32 reply[2]; in nvkm_memx_init() local
51 ret = nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_INFO, in nvkm_memx_init()
60 memx->base = reply[0]; in nvkm_memx_init()
61 memx->size = reply[1]; in nvkm_memx_init()
78 u32 finish, reply[2]; in nvkm_memx_fini() local
87 /* call MEMX process to execute the script, and wait for reply */ in nvkm_memx_fini()
89 nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_EXEC, in nvkm_memx_fini()
92 reply[0], reply[1]); in nvkm_memx_fini()
169 u32 reply[ in nvkm_memx_train_result() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c30 #define CEXXC_MAX_ICA_RESPONSE_SIZE 0x77c /* max size type86 v2 reply */
545 * Copy results from a type 86 ICA reply message back to user space.
548 * @reply: reply AP message.
570 struct ap_message *reply, in convert_type86_ica()
574 struct type86x_reply *msg = reply->msg; in convert_type86_ica()
615 * Copy results from a type 86 XCRB reply message back to user space.
618 * @reply: reply AP message.
624 struct ap_message *reply, in convert_type86_xcrb()
569 convert_type86_ica(struct zcrypt_queue *zq, struct ap_message *reply, char __user *outputdata, unsigned int outputdatalength) convert_type86_ica() argument
623 convert_type86_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ica_xcRB *xcrb) convert_type86_xcrb() argument
668 convert_type86_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ep11_urb *xcrb) convert_type86_ep11_xcrb() argument
690 convert_type86_rng(struct zcrypt_queue *zq, struct ap_message *reply, char *buffer) convert_type86_rng() argument
707 convert_response_ica(struct zcrypt_queue *zq, struct ap_message *reply, char __user *outputdata, unsigned int outputdatalength) convert_response_ica() argument
751 convert_response_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ica_xcRB *xcrb) convert_response_xcrb() argument
786 convert_response_ep11_xcrb(bool userspace, struct zcrypt_queue *zq, struct ap_message *reply, struct ep11_urb *xcrb) convert_response_ep11_xcrb() argument
816 convert_response_rng(struct zcrypt_queue *zq, struct ap_message *reply, char *data) convert_response_rng() argument
855 zcrypt_msgtype6_receive(struct ap_queue *aq, struct ap_message *msg, struct ap_message *reply) zcrypt_msgtype6_receive() argument
919 zcrypt_msgtype6_receive_ep11(struct ap_queue *aq, struct ap_message *msg, struct ap_message *reply) zcrypt_msgtype6_receive_ep11() argument
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dparcel_helper.h78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \
81 int32_t error = remote->SendRequest(code, data, reply, option); \
86 int32_t result = reply.ReadInt32(); \
91 #define PARCEL_TRANSACT_SYNC_NORET(remote, code, data, reply) \
94 int32_t error = remote->SendRequest(code, data, reply, option); \
102 #define PARCEL_WRITE_REPLY_NOERROR(reply, type, result) \
104 bool ret = reply.Write##type(result); \
106 HILOGW("%{public}s write reply failed.", __func__); \
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/
H A Ddistributed_parcel_helper.h78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \
81 int32_t error = remote->SendRequest(code, data, reply, option); \
86 int32_t result = reply.ReadInt32(); \
91 #define PARCEL_TRANSACT_SYNC_NORET(remote, code, data, reply) \
94 int32_t result = remote->SendRequest(code, data, reply, option); \
102 #define PARCEL_WRITE_REPLY_NOERROR(reply, type, result) \
104 bool ret = reply.Write##type(result); \
106 HILOG_WARN("%{public}s write reply failed.", __func__); \
/foundation/ability/dmsfwk/services/dtbabilitymgr/include/base/
H A Dparcel_helper.h78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \
81 int32_t error = remote->SendRequest(code, data, reply, option); \
86 int32_t result = reply.ReadInt32(); \
91 #define PARCEL_TRANSACT_SYNC_NORET(remote, code, data, reply) \
94 int32_t error = remote->SendRequest(code, data, reply, option); \
102 #define PARCEL_WRITE_REPLY_NOERROR(reply, type, result) \
104 bool ret = reply.Write##type(result); \
106 HILOGW("%{public}s write reply failed.", __func__); \
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/
H A Ddistributed_parcel_helper.h78 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \
81 int32_t error = remote->SendRequest(code, data, reply, option); \
86 int32_t result = reply.ReadInt32(); \
90 #define PARCEL_TRANSACT_SYNC_NORET(remote, code, data, reply) \
93 int32_t result = remote->SendRequest(code, data, reply, option); \
100 #define PARCEL_WRITE_REPLY_NOERROR(reply, type, result) \
102 bool ret = reply.Write##type(result); \
104 TAG_LOGW(AAFwkTag::DISTRIBUTED, "write reply failed"); \
/foundation/bundlemanager/app_domain_verify/services/src/agent/zidl/
H A Dapp_domain_verify_agent_service_stub.cpp28 uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
35 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
39 return OnSingleVerify(data, reply); in OnRemoteRequest()
41 return OnConvertToExplicitWant(data, reply); in OnRemoteRequest()
45 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
49 int32_t AppDomainVerifyAgentServiceStub::OnSingleVerify(MessageParcel& data, MessageParcel& reply) in OnSingleVerify() argument
70 int32_t AppDomainVerifyAgentServiceStub::OnConvertToExplicitWant(MessageParcel& data, MessageParcel& reply) in OnConvertToExplicitWant() argument
27 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_inner_feature.h30 typedef uint8_t (*BundleInvokeType)(const uint8_t funcId, IpcIo *req, IpcIo *reply);
48 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
57 static uint8_t InstallInnerBundle(const uint8_t funcId, IpcIo *req, IpcIo *reply);
60 static uint8_t UninstallInnerBundle(const uint8_t funcId, IpcIo *req, IpcIo *reply);
62 static uint8_t SetExternalInstallMode(const uint8_t funcId, IpcIo *req, IpcIo *reply);
63 static uint8_t SetInnerDebugMode(const uint8_t funcId, IpcIo *req, IpcIo *reply);
64 static uint8_t SetInnerSignMode(const uint8_t funcId, IpcIo *req, IpcIo *reply);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/ipc_callbacks/
H A Drs_occlusion_change_callback_stub_test.cpp53 MessageParcel reply; in HWTEST_F() local
57 int res = rsOcclusionChangeCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
61 res = rsOcclusionChangeCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
74 MessageParcel reply; in HWTEST_F() local
80 int res = rsOcclusionChangeCallbackStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
92 MessageParcel reply; in HWTEST_F() local
97 int res = rsOcclusionChangeCallbackStub->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_stub.cpp24 MessageParcel& reply, in OnRemoteRequest()
35 if (!reply.WriteInt32(errCode)) { in OnRemoteRequest()
42 if (!reply.WriteInt32(errCode)) { in OnRemoteRequest()
60 if (!reply.WriteInt32(errCode)) { in OnRemoteRequest()
69 if (!reply.WriteInt32(errCode)) { in OnRemoteRequest()
77 if (!reply.WriteInt32(errCode)) { in OnRemoteRequest()
83 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
21 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
/foundation/multimodalinput/input/intention/stationary/client/src/
H A Dstationary_client.cpp33 DefaultReply reply {}; in SubscribeCallback()
35 int32_t ret = tunnel.AddWatch(Intention::STATIONARY, StationaryRequestID::SUBSCRIBE_STATIONARY, param, reply); in SubscribeCallback()
46 DefaultReply reply {}; in UnsubscribeCallback()
48 int32_t ret = tunnel.RemoveWatch(Intention::STATIONARY, StationaryRequestID::UNSUBSCRIBE_STATIONARY, param, reply); in UnsubscribeCallback()
58 GetStaionaryDataReply reply {}; in GetDeviceStatusData()
60 int32_t ret = tunnel.GetParam(Intention::STATIONARY, StationaryRequestID::GET_STATIONARY_DATA, param, reply); in GetDeviceStatusData()
64 return reply.data_; in GetDeviceStatusData()
/foundation/window/window_manager/test/fuzztest/window_scene/scenesessionmgrstubreg_fuzzer/
H A Dscenesessionmgrstubreg_fuzzer.cpp45 MessageParcel reply; in DoSomethingInterestingWithMyAPI() local
53 SceneSessionManagerMessage::TRANS_ID_REGISTER_WINDOW_MANAGER_AGENT), parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
56 SceneSessionManagerMessage::TRANS_ID_UNREGISTER_WINDOW_MANAGER_AGENT), parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
59 SceneSessionManagerMessage::TRANS_ID_REGISTER_SESSION_LISTENER), parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
62 SceneSessionManagerMessage::TRANS_ID_UNREGISTER_SESSION_LISTENER), parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
65 SceneSessionManagerMessage::TRANS_ID_REGISTER_COLLABORATOR), parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
68 SceneSessionManagerMessage::TRANS_ID_UNREGISTER_COLLABORATOR), parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
/foundation/window/window_manager/test/fuzztest/window_scene/windoweventchstubkeyevent_fuzzer/
H A Dwindoweventchstubkeyevent_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
72 parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
76 parcel, reply, option); in DoSomethingInterestingWithMyAPI() local
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_interface_callback_stub.h32 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
47 int32_t CmdInterfaceAddressUpdated(MessageParcel &data, MessageParcel &reply);
48 int32_t CmdInterfaceAddressRemoved(MessageParcel &data, MessageParcel &reply);
49 int32_t CmdInterfaceAdded(MessageParcel &data, MessageParcel &reply);
50 int32_t CmdInterfaceRemoved(MessageParcel &data, MessageParcel &reply);
51 int32_t CmdInterfaceChanged(MessageParcel &data, MessageParcel &reply);
52 int32_t CmdInterfaceLinkStateChanged(MessageParcel &data, MessageParcel &reply);

Completed in 10 milliseconds

1...<<41424344454647484950>>...146