Home
last modified time | relevance | path

Searched refs:reply (Results 1026 - 1050 of 3649) sorted by relevance

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

/foundation/communication/netmanager_base/interfaces/innerkits/netpolicyclient/include/
H A Dnet_policy_callback_stub.h32 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
46 int32_t OnNetUidPolicyChange(MessageParcel &data, MessageParcel &reply);
47 int32_t OnNetUidRuleChange(MessageParcel &data, MessageParcel &reply);
48 int32_t OnNetQuotaPolicyChange(MessageParcel &data, MessageParcel &reply);
49 int32_t OnNetStrategySwitch(MessageParcel &data, MessageParcel &reply);
50 int32_t OnNetMeteredIfacesChange(MessageParcel &data, MessageParcel &reply);
51 int32_t OnNetBackgroundPolicyChange(MessageParcel &data, MessageParcel &reply);
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/proxy/
H A Dnet_stats_callback_stub.cpp33 int32_t NetStatsCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
47 return (this->*requestFunc)(data, reply); in OnRemoteRequest()
51 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
54 int32_t NetStatsCallbackStub::OnNetIfaceStatsChanged(MessageParcel &data, MessageParcel &reply) in OnNetIfaceStatsChanged() argument
62 if (!reply.WriteInt32(result)) { in OnNetIfaceStatsChanged()
70 int32_t NetStatsCallbackStub::OnNetUidStatsChanged(MessageParcel &data, MessageParcel &reply) in OnNetUidStatsChanged() argument
84 if (!reply.WriteInt32(result)) { in OnNetUidStatsChanged()
/foundation/communication/ipc/ipc/test/rpc/server/
H A Drpc_server.c40 static int32_t RemoteRequestOne(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in RemoteRequestOne() argument
51 WriteInt32(reply, a + b); in RemoteRequestOne()
60 WriteInt32(reply, a - b); in RemoteRequestOne()
69 WriteInt32(reply, a * b); in RemoteRequestOne()
100 IpcIo reply; in main() local
110 SendRequest(target, ADD_REMOTE_SYSTEM_ABILITY_TRANSACTION, &data, &reply, option, &ptr); in main()
112 ReadInt32(&reply, &ret); in main()
/foundation/communication/nfc/services/src/ipc/controller/
H A Dquery_app_info_callback_proxy.cpp32 MessageParcel reply; in OnQueryAppInfo() local
44 data, reply, option); in OnQueryAppInfo()
50 int elementNameListLen = reply.ReadInt32(); in OnQueryAppInfo()
52 elementNameList.push_back(*AppExecFwk::ElementName::Unmarshalling(reply)); in OnQueryAppInfo()
59 data, reply, option); in OnQueryAppInfo()
65 int appLen = reply.ReadInt32(); in OnQueryAppInfo()
68 hceAppList.push_back(*(AAFwk::Want::Unmarshalling(reply))); in OnQueryAppInfo()
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_entry_getter_stub.cpp37 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
51 return (this->*memberFunc)(data, reply); in OnRemoteRequest()
54 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
57 int32_t PasteboardEntryGetterStub::OnGetRecordValueByType(MessageParcel &data, MessageParcel &reply) in OnGetRecordValueByType() argument
78 if (!reply.WriteInt32(result)) { in OnGetRecordValueByType()
88 if (!reply.WriteInt32(sendEntryTLV.size())) { in OnGetRecordValueByType()
92 if (!reply.WriteRawData(sendEntryTLV.data(), sendEntryTLV.size())) { in OnGetRecordValueByType()
36 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Dpasteboard_delay_getter_stub.cpp29 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
43 return (this->*HANDLERS[code])(data, reply); in OnRemoteRequest()
46 int32_t PasteboardDelayGetterStub::OnGetPasteData(MessageParcel &data, MessageParcel &reply) in OnGetPasteData() argument
57 if (!reply.WriteInt32(pasteDataTlv.size())) { in OnGetPasteData()
61 if (!reply.WriteRawData(pasteDataTlv.data(), pasteDataTlv.size())) { in OnGetPasteData()
66 if (!pasteData.WriteUriFd(reply, pasteUriHandler, false)) { in OnGetPasteData()
73 int32_t PasteboardDelayGetterStub::OnGetUnifiedData(MessageParcel &data, MessageParcel &reply) in OnGetUnifiedData() argument
28 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/include/
H A Ddscreen_source_stub.h29 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply,
33 int32_t InitSourceInner(MessageParcel &data, MessageParcel &reply,
35 int32_t ReleaseSourceInner(MessageParcel &data, MessageParcel &reply,
37 int32_t RegisterDistributedHardwareInner(MessageParcel &data, MessageParcel &reply,
39 int32_t UnregisterDistributedHardwareInner(MessageParcel &data, MessageParcel &reply,
41 int32_t ConfigDistributedHardwareInner(MessageParcel &data, MessageParcel &reply,
43 int32_t DScreenNotifyInner(MessageParcel &data, MessageParcel &reply,
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sinkservice/dscreenservice/dscreensinkstub_fuzzer/
H A Ddscreensinkstub_fuzzer.cpp53 MessageParcel reply; in DscreenSinkStubFuzzTest() local
68 sourceStubPtr->OnRemoteRequest(code, pdata, reply, option); in DscreenSinkStubFuzzTest()
69 sourceStubPtr->InitSinkInner(pdata, reply, option); in DscreenSinkStubFuzzTest()
70 sourceStubPtr->ReleaseSinkInner(pdata, reply, option); in DscreenSinkStubFuzzTest()
71 sourceStubPtr->SubscribeDistributedHardwareInner(pdata, reply, option); in DscreenSinkStubFuzzTest()
72 sourceStubPtr->UnsubscribeDistributedHardwareInner(pdata, reply, option); in DscreenSinkStubFuzzTest()
73 sourceStubPtr->DScreenNotifyInner(pdata, reply, option); in DscreenSinkStubFuzzTest()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/asset/
H A Dasset_recv_callback_stub.cpp36 MessageParcel &reply, in OnRemoteRequest()
45 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
47 return (this->*(interfaceIndex->second))(data, reply); in OnRemoteRequest()
50 int32_t AssetRecvCallbackStub::HandleOnStart(MessageParcel &data, MessageParcel &reply) in HandleOnStart() argument
77 reply.WriteInt32(res); in HandleOnStart()
81 int32_t AssetRecvCallbackStub::HandleOnFinished(MessageParcel &data, MessageParcel &reply) in HandleOnFinished() argument
105 reply.WriteInt32(res); in HandleOnFinished()
34 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/window/window_manager/window_scene/session_manager/include/
H A Ddistributed_parcel_helper.h81 #define PARCEL_TRANSACT_SYNC_RET_INT(remote, code, data, reply) \
84 int32_t error = remote->SendRequest(code, data, reply, option); \
89 int32_t result = reply.ReadInt32(); \
94 #define PARCEL_TRANSACT_SYNC_NORET(remote, code, data, reply) \
97 int32_t result = remote->SendRequest(code, data, reply, option); \
105 #define PARCEL_WRITE_REPLY_NOERROR(reply, type, result) \
107 bool ret = reply.Write##type(result); \
109 HILOG_WARN("%{public}s write reply failed.", __func__); \
/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_service_client.cpp65 int CameraServiceClient::Callback(void* owner, int code, IpcIo *reply) in Callback() argument
80 ReadUint32(reply, &supportProperties); in Callback()
82 ReadUint32(reply, &listSize); in Callback()
85 CameraPicSize *cameraPicSize = static_cast<CameraPicSize*>(ReadRawData(reply, sizeof(CameraPicSize))); in Callback()
92 ReadUint32(reply, &afListSize); in Callback()
96 ReadInt32(reply, &temp); in Callback()
101 ReadUint32(reply, &aeListSize); in Callback()
105 ReadInt32(reply, &temp); in Callback()
128 ReadInt32(reply, &cameraType); in Callback()
129 ReadInt32(reply, in Callback()
256 ServiceClientCallback(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) ServiceClientCallback() argument
[all...]
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davcontroller_callback_stub.cpp32 int32_t AVControllerCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, in OnRemoteRequest() argument
40 return handlers[code](data, reply); in OnRemoteRequest()
42 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
45 int32_t AVControllerCallbackStub::HandleOnSessionDestroy(MessageParcel& data, MessageParcel& reply) in HandleOnSessionDestroy() argument
51 int32_t AVControllerCallbackStub::HandleOnAVCallMetadataChange(MessageParcel& data, MessageParcel& reply) in HandleOnAVCallMetadataChange() argument
61 int32_t AVControllerCallbackStub::HandleOnAVCallStateChange(MessageParcel& data, MessageParcel& reply) in HandleOnAVCallStateChange() argument
71 int32_t AVControllerCallbackStub::HandleOnPlaybackStateChange(MessageParcel& data, MessageParcel& reply) in HandleOnPlaybackStateChange() argument
88 int32_t AVControllerCallbackStub::HandleOnMetadataChange(MessageParcel& data, MessageParcel& reply) in HandleOnMetadataChange() argument
136 int32_t AVControllerCallbackStub::HandleOnActiveStateChange(MessageParcel& data, MessageParcel& reply) in HandleOnActiveStateChange() argument
144 int32_t AVControllerCallbackStub::HandleOnValidCommandChange(MessageParcel& data, MessageParcel& reply) in HandleOnValidCommandChange() argument
155 HandleOnOutputDeviceChange(MessageParcel& data, MessageParcel& reply) HandleOnOutputDeviceChange() argument
202 HandleOnSessionEventChange(MessageParcel& data, MessageParcel& reply) HandleOnSessionEventChange() argument
213 HandleOnQueueItemsChange(MessageParcel& data, MessageParcel& reply) HandleOnQueueItemsChange() argument
236 HandleOnQueueTitleChange(MessageParcel& data, MessageParcel& reply) HandleOnQueueTitleChange() argument
244 HandleOnExtrasChange(MessageParcel& data, MessageParcel& reply) HandleOnExtrasChange() argument
[all...]
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_service_stub_test.cpp51 MessageParcel reply; in SendRemoteRequest() local
53 return instance_->OnRemoteRequest(static_cast<uint32_t>(code), data, reply, option); in SendRemoteRequest()
186 MessageParcel reply; in HWTEST_F() local
187 int32_t ret = instance_->ReplyGetSysVpnCertUri(data, reply); in HWTEST_F()
190 ret = instance_->ReplyGetSysVpnCertUri(data, reply); in HWTEST_F()
199 MessageParcel reply; in HWTEST_F() local
200 int32_t ret = instance_->ReplySetUpSysVpn(data, reply); in HWTEST_F()
205 ret = instance_->ReplySetUpSysVpn(data1, reply); in HWTEST_F()
212 MessageParcel reply; in HWTEST_F() local
213 int32_t ret = instance_->ReplyNotifyConnectStage(data, reply); in HWTEST_F()
229 MessageParcel reply; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/firmware/
H A Dturris-mox-rwtm.c56 struct armada_37xx_rwtm_rx_msg reply; member
177 rwtm->reply = *msg; in mox_rwtm_rx_callback()
194 struct armada_37xx_rwtm_rx_msg *reply = &rwtm->reply; in mox_get_board_info() local
206 ret = mox_get_status(MBOX_CMD_BOARD_INFO, reply->retval); in mox_get_board_info()
216 rwtm->serial_number = reply->status[1]; in mox_get_board_info()
218 rwtm->serial_number |= reply->status[0]; in mox_get_board_info()
219 rwtm->board_version = reply->status[2]; in mox_get_board_info()
220 rwtm->ram_size = reply->status[3]; in mox_get_board_info()
221 reply_to_mac_addr(rwtm->mac_address1, reply in mox_get_board_info()
360 struct armada_37xx_rwtm_rx_msg *reply = &rwtm->reply; do_sign_write() local
[all...]
/kernel/linux/linux-6.6/drivers/firmware/
H A Dturris-mox-rwtm.c56 struct armada_37xx_rwtm_rx_msg reply; member
177 rwtm->reply = *msg; in mox_rwtm_rx_callback()
194 struct armada_37xx_rwtm_rx_msg *reply = &rwtm->reply; in mox_get_board_info() local
206 ret = mox_get_status(MBOX_CMD_BOARD_INFO, reply->retval); in mox_get_board_info()
216 rwtm->serial_number = reply->status[1]; in mox_get_board_info()
218 rwtm->serial_number |= reply->status[0]; in mox_get_board_info()
219 rwtm->board_version = reply->status[2]; in mox_get_board_info()
220 rwtm->ram_size = reply->status[3]; in mox_get_board_info()
221 reply_to_mac_addr(rwtm->mac_address1, reply in mox_get_board_info()
360 struct armada_37xx_rwtm_rx_msg *reply = &rwtm->reply; do_sign_write() local
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dipc.c288 * Response may either be solicited - a reply for a request that has in avs_dsp_process_response()
404 * Firmware did its job, either notification or reply in avs_ipc_wait_busy_completion()
429 static void avs_ipc_msg_init(struct avs_ipc *ipc, struct avs_ipc_msg *reply) in avs_ipc_msg_init() argument
434 ipc->rx.size = reply ? reply->size : 0; in avs_ipc_msg_init()
458 struct avs_ipc_msg *reply, int timeout) in avs_dsp_do_send_msg()
469 avs_ipc_msg_init(ipc, reply); in avs_dsp_do_send_msg()
485 if (reply) { in avs_dsp_do_send_msg()
486 reply->header = ipc->rx.header; in avs_dsp_do_send_msg()
487 reply in avs_dsp_do_send_msg()
457 avs_dsp_do_send_msg(struct avs_dev *adev, struct avs_ipc_msg *request, struct avs_ipc_msg *reply, int timeout) avs_dsp_do_send_msg() argument
497 avs_dsp_send_msg_sequence(struct avs_dev *adev, struct avs_ipc_msg *request, struct avs_ipc_msg *reply, int timeout, bool wake_d0i0, bool schedule_d0ix) avs_dsp_send_msg_sequence() argument
521 avs_dsp_send_msg_timeout(struct avs_dev *adev, struct avs_ipc_msg *request, struct avs_ipc_msg *reply, int timeout) avs_dsp_send_msg_timeout() argument
530 avs_dsp_send_msg(struct avs_dev *adev, struct avs_ipc_msg *request, struct avs_ipc_msg *reply) avs_dsp_send_msg() argument
536 avs_dsp_send_pm_msg_timeout(struct avs_dev *adev, struct avs_ipc_msg *request, struct avs_ipc_msg *reply, int timeout, bool wake_d0i0) avs_dsp_send_pm_msg_timeout() argument
542 avs_dsp_send_pm_msg(struct avs_dev *adev, struct avs_ipc_msg *request, struct avs_ipc_msg *reply, bool wake_d0i0) avs_dsp_send_pm_msg() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_das.c40 struct radius_msg *reply; in radius_das_disconnect() local
175 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK : in radius_das_disconnect()
177 if (reply == NULL) in radius_das_disconnect()
181 if (!radius_msg_add_attr_int32(reply, RADIUS_ATTR_ERROR_CAUSE, in radius_das_disconnect()
183 radius_msg_free(reply); in radius_das_disconnect()
188 return reply; in radius_das_disconnect()
197 struct radius_msg *reply; in radius_das_coa() local
366 reply = radius_msg_new(error ? RADIUS_CODE_COA_NAK : in radius_das_coa()
368 if (!reply) in radius_das_coa()
372 !radius_msg_add_attr_int32(reply, RADIUS_ATTR_ERROR_CAUS in radius_das_coa()
396 struct radius_msg *msg, *reply = NULL; radius_das_receive() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_das.c40 struct radius_msg *reply; in radius_das_disconnect() local
175 reply = radius_msg_new(error ? RADIUS_CODE_DISCONNECT_NAK : in radius_das_disconnect()
177 if (reply == NULL) in radius_das_disconnect()
181 if (!radius_msg_add_attr_int32(reply, RADIUS_ATTR_ERROR_CAUSE, in radius_das_disconnect()
183 radius_msg_free(reply); in radius_das_disconnect()
188 return reply; in radius_das_disconnect()
197 struct radius_msg *reply; in radius_das_coa() local
366 reply = radius_msg_new(error ? RADIUS_CODE_COA_NAK : in radius_das_coa()
368 if (!reply) in radius_das_coa()
372 !radius_msg_add_attr_int32(reply, RADIUS_ATTR_ERROR_CAUS in radius_das_coa()
396 struct radius_msg *msg, *reply = NULL; radius_das_receive() local
[all...]
/third_party/backends/backend/
H A Dnet.c322 SANE_Init_Reply reply; local
394 SANE_Init_Reply reply; local
492 (WireCodecFunc) sanei_w_init_reply, &reply);
502 status = reply.status;
503 version_code = reply.version_code;
504 DBG (2, "connect_dev: freeing init reply (status=%s, remote "
508 sanei_w_free (&dev->wire, (WireCodecFunc) sanei_w_init_reply, &reply);
1198 SANE_Get_Devices_Reply reply; local
1262 (WireCodecFunc) sanei_w_get_devices_reply, &reply);
1263 if (reply
1368 SANE_Open_Reply reply; global() local
1723 SANE_Control_Option_Reply reply; global() local
1847 SANE_Get_Parameters_Reply reply; global() local
1879 SANE_Start_Reply reply; global() local
2018 SANE_Start_Reply reply; global() local
[all...]
/foundation/multimodalinput/input/intention/cooperate/client/src/
H A Dcooperate_client.cpp58 DefaultReply reply; in RegisterListener() local
60 int32_t ret = tunnel.AddWatch(Intention::COOPERATE, CooperateRequestID::REGISTER_LISTENER, param, reply); in RegisterListener()
91 DefaultReply reply; in UnregisterListener() local
92 return tunnel.RemoveWatch(Intention::COOPERATE, CooperateRequestID::UNREGISTER_LISTENER, param, reply); in UnregisterListener()
104 DefaultReply reply; in Enable() local
106 int32_t ret = tunnel.Enable(Intention::COOPERATE, param, reply); in Enable()
122 DefaultReply reply; in Disable() local
124 int32_t ret = tunnel.Disable(Intention::COOPERATE, param, reply); in Disable()
147 DefaultReply reply; in Start() local
149 int32_t ret = tunnel.Start(Intention::COOPERATE, param, reply); in Start()
167 DefaultReply reply; Stop() local
187 DefaultReply reply; GetCooperateState() local
203 BooleanReply reply; GetCooperateState() local
226 DefaultReply reply; RegisterEventListener() local
269 DefaultReply reply; UnregisterEventListener() local
288 DefaultReply reply; AddHotAreaListener() local
320 DefaultReply reply; RemoveHotAreaListener() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_stub.cpp230 int32_t ResSchedServiceStub::ReportDataInner(MessageParcel& data, [[maybe_unused]] MessageParcel& reply) in ReportDataInner() argument
287 nlohmann::json reply; in ReportSyncEventInner() local
288 ret = ReportSyncEvent(type, value, payload, reply); in ReportSyncEventInner()
292 WRITE_PARCEL(output, String, reply.dump(-1, ' ', false, nlohmann::detail::error_handler_t::replace), in ReportSyncEventInner()
297 int32_t ResSchedServiceStub::KillProcessInner(MessageParcel& data, MessageParcel& reply) in KillProcessInner() argument
314 reply.WriteInt32(status); in KillProcessInner()
316 reply.WriteInt32(RES_SCHED_DATA_ERROR); in KillProcessInner()
323 [[maybe_unused]] MessageParcel& reply) in RegisterSystemloadNotifierInner()
338 [[maybe_unused]] MessageParcel& reply) in UnRegisterSystemloadNotifierInner()
347 int32_t ResSchedServiceStub::GetSystemloadLevelInner(MessageParcel& data, MessageParcel& reply) in GetSystemloadLevelInner() argument
322 RegisterSystemloadNotifierInner(MessageParcel& data, [[maybe_unused]] MessageParcel& reply) RegisterSystemloadNotifierInner() argument
337 UnRegisterSystemloadNotifierInner(MessageParcel& data, [[maybe_unused]] MessageParcel& reply) UnRegisterSystemloadNotifierInner() argument
361 IsAllowedAppPreloadInner(MessageParcel& data, MessageParcel& reply) IsAllowedAppPreloadInner() argument
390 RegisterEventListenerInner(MessageParcel& data, [[maybe_unused]] MessageParcel& reply) RegisterEventListenerInner() argument
413 UnRegisterEventListenerInner(MessageParcel& data, [[maybe_unused]] MessageParcel& reply) UnRegisterEventListenerInner() argument
493 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c101 DBusMessage *reply; in wpas_dbus_error_invalid_args() local
103 reply = dbus_message_new_error( in wpas_dbus_error_invalid_args()
107 dbus_message_append_args(reply, DBUS_TYPE_STRING, &arg, in wpas_dbus_error_invalid_args()
110 return reply; in wpas_dbus_error_invalid_args()
331 "%s: error constructing reply", __func__); in wpas_dbus_simple_property_getter()
563 DBusMessage *reply = NULL; in wpas_dbus_handler_create_interface() local
620 reply = dbus_message_new_error( in wpas_dbus_handler_create_interface()
637 reply = dbus_message_new_method_return(message); in wpas_dbus_handler_create_interface()
638 dbus_message_append_args(reply, DBUS_TYPE_OBJECT_PATH, in wpas_dbus_handler_create_interface()
641 reply in wpas_dbus_handler_create_interface()
679 DBusMessage *reply = NULL; wpas_dbus_handler_remove_interface() local
709 DBusMessage *reply = NULL; wpas_dbus_handler_get_interface() local
1041 wpas_dbus_get_scan_type(DBusMessage *message, DBusMessageIter *var, char **type, DBusMessage **reply) wpas_dbus_get_scan_type() argument
1056 wpas_dbus_get_scan_ssids(DBusMessage *message, DBusMessageIter *var, struct wpa_driver_scan_params *params, DBusMessage **reply) wpas_dbus_get_scan_ssids() argument
1137 wpas_dbus_get_scan_ies(DBusMessage *message, DBusMessageIter *var, struct wpa_driver_scan_params *params, DBusMessage **reply) wpas_dbus_get_scan_ies() argument
1197 wpas_dbus_get_scan_channels(DBusMessage *message, DBusMessageIter *var, struct wpa_driver_scan_params *params, DBusMessage **reply) wpas_dbus_get_scan_channels() argument
1299 wpas_dbus_get_scan_allow_roam(DBusMessage *message, DBusMessageIter *var, dbus_bool_t *allow, DBusMessage **reply) wpas_dbus_get_scan_allow_roam() argument
1329 DBusMessage *reply = NULL; wpas_dbus_handler_scan() local
1493 DBusMessage *reply = NULL; wpas_dbus_handler_signal_poll() local
1578 DBusMessage *reply = NULL; wpas_dbus_handler_add_network() local
1738 DBusMessage *reply = NULL; wpas_dbus_handler_remove_network() local
1836 DBusMessage *reply = NULL; wpas_dbus_handler_select_network() local
1890 DBusMessage *reply = NULL; wpas_dbus_handler_network_reply() local
1958 DBusMessage *reply = NULL; wpas_dbus_handler_add_blob() local
2020 DBusMessage *reply = NULL; wpas_dbus_handler_get_blob() local
2067 DBusMessage *reply = NULL; wpas_dbus_handler_remove_blob() local
2124 DBusMessage *reply = NULL; wpas_dbus_handler_autoscan() local
2300 DBusMessage *reply; wpas_dbus_handler_tdls_status() local
5137 DBusMessage *reply; wpas_dbus_handler_vendor_elem_get() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_startup_callback/
H A Dauto_startup_callback_proxy.cpp29 MessageParcel reply; in OnAutoStartupOn() local
41 auto ret = SendRequest(AbilityManagerInterfaceCode::ON_AUTO_STARTUP_ON, data, reply, option); in OnAutoStartupOn()
50 MessageParcel reply; in OnAutoStartupOff() local
62 auto ret = SendRequest(AbilityManagerInterfaceCode::ON_AUTO_STARTUP_OFF, data, reply, option); in OnAutoStartupOff()
69 AbilityManagerInterfaceCode code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in SendRequest()
77 return remote->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendRequest()
68 SendRequest( AbilityManagerInterfaceCode code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendRequest() argument
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dkia_interceptor_stub.cpp26 int KiaInterceptorStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
37 return OnInterceptInner(data, reply); in OnRemoteRequest()
40 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
43 int KiaInterceptorStub::OnInterceptInner(MessageParcel &data, MessageParcel &reply) in OnInterceptInner() argument
47 if (!reply.WriteInt32(resultCode)) { in OnInterceptInner()
51 if (!reply.WriteParcelable(want)) { in OnInterceptInner()
H A Dnative_child_notify_stub.cpp24 MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
38 ret = HandleOnNativeChildStarted(data, reply); in OnRemoteRequest()
42 ret = HandleOnError(data, reply); in OnRemoteRequest()
47 ret = IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
55 int32_t NativeChildNotifyStub::HandleOnNativeChildStarted(MessageParcel &data, MessageParcel &reply) in HandleOnNativeChildStarted() argument
62 int32_t NativeChildNotifyStub::HandleOnError(MessageParcel &data, MessageParcel &reply) in HandleOnError() argument
23 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument

Completed in 21 milliseconds

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