Home
last modified time | relevance | path

Searched refs:reply (Results 3476 - 3500 of 5350) sorted by relevance

1...<<131132133134135136137138139140>>...214

/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability.cpp168 void Ability::MsgHandle(uint32_t funcId, IpcIo *request, IpcIo *reply) in MsgHandle() argument
253 int32_t Ability::MsgHandleInner(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in MsgHandleInner() argument
261 ability->MsgHandle(code, data, reply); in MsgHandleInner()
/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_samgr.c114 static int32_t RemoteRequest(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in RemoteRequest() argument
124 WriteRemoteObject(reply, &sid); in RemoteRequest()
142 WriteRemoteObject(reply, &sid); in RemoteRequest()
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/include/
H A Di_cloud_sync_service_mock.h35 MOCK_METHOD4(SendRequest, int(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option));
37 int32_t InvokeSendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in InvokeSendRequest() argument
40 reply.WriteInt32(E_OK); in InvokeSendRequest()
/foundation/window/window_manager/window_scene/test/unittest/
H A Ddistributed_client_test.cpp81 MessageParcel reply; in HWTEST_F() local
182 MessageParcel reply; in HWTEST_F() local
183 EXPECT_EQ(distributedClient_->ReadMissionInfosFromParcel(reply, missionInfos), true); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/
H A Dnotify.c134 void *data, u32 size, u32 reply, in nvkm_notify_init()
141 if (ret == 0 && (ret = -EINVAL, notify->size == reply)) { in nvkm_notify_init()
149 notify->data = kmalloc(reply, GFP_KERNEL); in nvkm_notify_init()
132 nvkm_notify_init(struct nvkm_object *object, struct nvkm_event *event, int (*func)(struct nvkm_notify *), bool work, void *data, u32 size, u32 reply, struct nvkm_notify *notify) nvkm_notify_init() argument
/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp923 MessageParcel reply {}; in HWMTEST_F()
927 (static_cast<uint32_t>(StandbySubscriberInterfaceCode::ON_DEVICE_IDLE_MODE)), data, reply, option); in HWMTEST_F()
929 (static_cast<uint32_t>(StandbySubscriberInterfaceCode::ON_ALLOW_LIST_CHANGED)), data, reply, option); in HWMTEST_F()
931 static_cast<uint32_t>(StandbySubscriberInterfaceCode::ON_ALLOW_LIST_CHANGED) + 1, data, reply, option); in HWMTEST_F()
944 MessageParcel reply; in HWMTEST_F() local
947 StandbyService::GetInstance()->OnRemoteRequest(StandbyServiceStub::SUBSCRIBE_STANDBY_CALLBACK, data, reply, option); in HWMTEST_F()
949 data, reply, option); in HWMTEST_F()
950 StandbyService::GetInstance()->OnRemoteRequest(StandbyServiceStub::APPLY_ALLOW_RESOURCE, data, reply, option); in HWMTEST_F()
951 StandbyService::GetInstance()->OnRemoteRequest(StandbyServiceStub::UNAPPLY_ALLOW_RESOURCE, data, reply, option); in HWMTEST_F()
952 StandbyService::GetInstance()->OnRemoteRequest(StandbyServiceStub::GET_ALLOW_LIST, data, reply, optio in HWMTEST_F()
1019 MessageParcel reply; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Daudit.c965 static void audit_free_reply(struct audit_reply *reply) in audit_free_reply() argument
967 if (!reply) in audit_free_reply()
970 kfree_skb(reply->skb); in audit_free_reply()
971 if (reply->net) in audit_free_reply()
972 put_net(reply->net); in audit_free_reply()
973 kfree(reply); in audit_free_reply()
978 struct audit_reply *reply = (struct audit_reply *)arg; in audit_send_reply_thread() local
985 netlink_unicast(audit_get_sk(reply->net), reply->skb, reply in audit_send_reply_thread()
1007 struct audit_reply *reply; audit_send_reply() local
[all...]
H A Dtaskstats.c69 void *reply; in prepare_reply() local
81 reply = genlmsg_put(skb, 0, seq, &family, 0, cmd); in prepare_reply()
83 reply = genlmsg_put_reply(skb, info, &family, 0, cmd); in prepare_reply()
84 if (reply == NULL) { in prepare_reply()
99 void *reply = genlmsg_data(genlhdr); in send_reply() local
101 genlmsg_end(skb, reply); in send_reply()
115 void *reply = genlmsg_data(genlhdr); in send_cpu_listeners() local
118 genlmsg_end(skb, reply); in send_cpu_listeners()
/kernel/linux/linux-6.6/kernel/
H A Daudit.c962 static void audit_free_reply(struct audit_reply *reply) in audit_free_reply() argument
964 if (!reply) in audit_free_reply()
967 kfree_skb(reply->skb); in audit_free_reply()
968 if (reply->net) in audit_free_reply()
969 put_net(reply->net); in audit_free_reply()
970 kfree(reply); in audit_free_reply()
975 struct audit_reply *reply = (struct audit_reply *)arg; in audit_send_reply_thread() local
982 netlink_unicast(audit_get_sk(reply->net), reply->skb, reply in audit_send_reply_thread()
1004 struct audit_reply *reply; audit_send_reply() local
[all...]
H A Dtaskstats.c70 void *reply; in prepare_reply() local
82 reply = genlmsg_put(skb, 0, seq, &family, 0, cmd); in prepare_reply()
84 reply = genlmsg_put_reply(skb, info, &family, 0, cmd); in prepare_reply()
85 if (reply == NULL) { in prepare_reply()
100 void *reply = genlmsg_data(genlhdr); in send_reply() local
102 genlmsg_end(skb, reply); in send_reply()
116 void *reply = genlmsg_data(genlhdr); in send_cpu_listeners() local
119 genlmsg_end(skb, reply); in send_cpu_listeners()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_mass_storage.c643 return -EIO; /* No default reply */ in done_scsi_write()
797 int reply = -1; in fmass_do_scsi_command() local
806 reply = done_scsi_test_unit_ready(fmass); in fmass_do_scsi_command()
811 reply = done_scsi_request_sense(fmass); in fmass_do_scsi_command()
816 reply = done_scsi_inquiry(fmass); in fmass_do_scsi_command()
821 reply = done_scsi_mode_select(fmass); in fmass_do_scsi_command()
826 reply = done_scsi_mode_select(fmass); in fmass_do_scsi_command()
831 reply = done_scsi_mode_sense(fmass); in fmass_do_scsi_command()
836 reply = done_scsi_mode_sense(fmass); in fmass_do_scsi_command()
841 reply in fmass_do_scsi_command()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c402 memcpy((u8 *)cmdptr->reply, (u8 *)def_reply, in mpi3mr_process_admin_reply_desc()
473 * mpi3mr_get_reply_desc - get reply descriptor frame corresponding to
474 * queue's consumer index from operational reply descriptor queue.
476 * @reply_ci: operational reply descriptor's queue consumer index
478 * Returns reply descriptor frame address
495 * mpi3mr_process_op_reply_q - Operational reply queue handler
497 * @op_reply_q: Operational reply queue info
499 * Checks the specific operational reply queue and drains the
500 * reply queue entries until the queue is empty and process the
501 * individual reply descriptor
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_proxy.h156 int32_t ParseRulesAuthTableReply(MessageParcel &reply, EuiccRulesAuthTable &eUiccRulesAuthTable);
195 void ProcessReply(MessageParcel &reply, std::vector<sptr<CellInformation>> &cells) in ProcessReply() argument
199 cell->ReadFromParcel(reply); in ProcessReply()
204 void ProcessSignalInfo(MessageParcel &reply, std::vector<sptr<SignalInformation>> &result);
205 void ProcessCellInfo(MessageParcel &reply, std::vector<sptr<CellInformation>> &cells);
208 void ReadEuiccProfileFromReply(MessageParcel &reply, EuiccProfile &euiccProfile);
210 MessageParcel &data, MessageParcel &reply, MessageOption &option, ResponseEsimResult &responseResult);
212 void ReadEuiccInfo2FromReply(MessageParcel &reply, EuiccInfo2 &euiccInfo2);
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_third.cpp379 ASSERT_EQ(authManager_->authResponseContext_->reply, ERR_DM_UNSUPPORTED_AUTH_TYPE); in HWTEST_F()
393 ASSERT_EQ(authManager_->authResponseContext_->reply, ERR_DM_UNSUPPORTED_AUTH_TYPE); in HWTEST_F()
417 authManager_->authResponseContext_->reply = ERR_DM_AUTH_PEER_REJECT; in HWTEST_F()
433 authManager_->authResponseContext_->reply = ERR_DM_AUTH_PEER_REJECT; in HWTEST_F()
448 authManager_->authResponseContext_->reply = ERR_DM_AUTH_PEER_REJECT; in HWTEST_F()
461 authManager_->authResponseContext_->reply = ERR_DM_UNSUPPORTED_AUTH_TYPE; in HWTEST_F()
475 authManager_->authResponseContext_->reply = AUTH_TYPE_IMPORT_AUTH_CODE; in HWTEST_F()
489 authManager_->authResponseContext_->reply = AUTH_TYPE_IMPORT_AUTH_CODE; in HWTEST_F()
/third_party/pulseaudio/src/modules/
H A Dmodule-stream-restore.c334 * element. If the data is invalid, an error reply is sent and a negative
562 DBusMessage *reply = NULL; in handle_get_all() local
576 pa_assert_se((reply = dbus_message_new_method_return(msg))); in handle_get_all()
578 dbus_message_iter_init_append(reply, &msg_iter); in handle_get_all()
586 pa_assert_se(dbus_connection_send(conn, reply, NULL)); in handle_get_all()
588 dbus_message_unref(reply); in handle_get_all()
777 DBusMessage *reply; in handle_entry_get_volume() local
787 pa_assert_se(reply = dbus_message_new_method_return(msg)); in handle_entry_get_volume()
789 dbus_message_iter_init_append(reply, &msg_iter); in handle_entry_get_volume()
792 pa_assert_se(dbus_connection_send(conn, reply, NUL in handle_entry_get_volume()
887 DBusMessage *reply = NULL; handle_entry_get_all() local
1956 pa_tagstruct *reply = NULL; extension_cb() local
2099 pa_pstream_send_tagstruct(pa_native_connection_get_pstream(c), reply); extension_cb() local
2202 pa_pstream_send_tagstruct(pa_native_connection_get_pstream(c), reply); extension_cb() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c844 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_link_address()
865 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_dpcd_read()
899 DRM_DEBUG_KMS("remote i2c reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_i2c_read_ack()
989 struct drm_dp_query_stream_enc_status_ack_reply *reply; in drm_dp_sideband_parse_query_stream_enc_status() local
991 reply = &repmsg->u.enc_status; in drm_dp_sideband_parse_query_stream_enc_status()
993 reply->stream_id = raw->msg[3]; in drm_dp_sideband_parse_query_stream_enc_status()
995 reply->reply_signed = raw->msg[2] & BIT(0); in drm_dp_sideband_parse_query_stream_enc_status()
1005 reply->hdcp_1x_device_present = raw->msg[2] & BIT(4); in drm_dp_sideband_parse_query_stream_enc_status()
1006 reply->hdcp_2x_device_present = raw->msg[2] & BIT(3); in drm_dp_sideband_parse_query_stream_enc_status()
1008 reply in drm_dp_sideband_parse_query_stream_enc_status()
2930 drm_dp_dump_link_address(struct drm_dp_link_address_ack_reply *reply) drm_dp_dump_link_address() argument
2955 struct drm_dp_link_address_ack_reply *reply; drm_dp_send_link_address() local
3619 struct drm_dp_sideband_msg_reply_body reply; drm_dp_encode_up_ack_reply() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c846 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_link_address()
867 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_dpcd_read()
901 DRM_DEBUG_KMS("remote i2c reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_i2c_read_ack()
991 struct drm_dp_query_stream_enc_status_ack_reply *reply; in drm_dp_sideband_parse_query_stream_enc_status() local
993 reply = &repmsg->u.enc_status; in drm_dp_sideband_parse_query_stream_enc_status()
995 reply->stream_id = raw->msg[3]; in drm_dp_sideband_parse_query_stream_enc_status()
997 reply->reply_signed = raw->msg[2] & BIT(0); in drm_dp_sideband_parse_query_stream_enc_status()
1007 reply->hdcp_1x_device_present = raw->msg[2] & BIT(4); in drm_dp_sideband_parse_query_stream_enc_status()
1008 reply->hdcp_2x_device_present = raw->msg[2] & BIT(3); in drm_dp_sideband_parse_query_stream_enc_status()
1010 reply in drm_dp_sideband_parse_query_stream_enc_status()
2882 drm_dp_dump_link_address(const struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_link_address_ack_reply *reply) drm_dp_dump_link_address() argument
2909 struct drm_dp_link_address_ack_reply *reply; drm_dp_send_link_address() local
3516 struct drm_dp_sideband_msg_reply_body reply; drm_dp_encode_up_ack_reply() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c1203 struct wmi_bit_rate_reply *reply; in ath6kl_wmi_bitrate_reply_rx() local
1209 reply = (struct wmi_bit_rate_reply *) datap; in ath6kl_wmi_bitrate_reply_rx()
1211 ath6kl_dbg(ATH6KL_DBG_WMI, "rateindex %d\n", reply->rate_index); in ath6kl_wmi_bitrate_reply_rx()
1213 if (reply->rate_index != (s8) RATE_AUTO) { in ath6kl_wmi_bitrate_reply_rx()
1214 index = reply->rate_index & 0x7f; in ath6kl_wmi_bitrate_reply_rx()
1253 struct wmi_tx_pwr_reply *reply; in ath6kl_wmi_tx_pwr_reply_rx() local
1258 reply = (struct wmi_tx_pwr_reply *) datap; in ath6kl_wmi_tx_pwr_reply_rx()
1259 ath6kl_txpwr_rx_evt(wmi->parent_dev, reply->dbM); in ath6kl_wmi_tx_pwr_reply_rx()
1411 struct wmi_rssi_threshold_event *reply; in ath6kl_wmi_rssi_threshold_event_rx() local
1422 reply in ath6kl_wmi_rssi_threshold_event_rx()
1507 struct wmi_cac_event *reply; ath6kl_wmi_cac_event_rx() local
1664 struct wmi_snr_threshold_event *reply; ath6kl_wmi_snr_threshold_event_rx() local
3350 struct wmi_pmkid_list_reply *reply; ath6kl_wmi_get_pmkid_list_event_rx() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c1203 struct wmi_bit_rate_reply *reply; in ath6kl_wmi_bitrate_reply_rx() local
1209 reply = (struct wmi_bit_rate_reply *) datap; in ath6kl_wmi_bitrate_reply_rx()
1211 ath6kl_dbg(ATH6KL_DBG_WMI, "rateindex %d\n", reply->rate_index); in ath6kl_wmi_bitrate_reply_rx()
1213 if (reply->rate_index != (s8) RATE_AUTO) { in ath6kl_wmi_bitrate_reply_rx()
1214 index = reply->rate_index & 0x7f; in ath6kl_wmi_bitrate_reply_rx()
1253 struct wmi_tx_pwr_reply *reply; in ath6kl_wmi_tx_pwr_reply_rx() local
1258 reply = (struct wmi_tx_pwr_reply *) datap; in ath6kl_wmi_tx_pwr_reply_rx()
1259 ath6kl_txpwr_rx_evt(wmi->parent_dev, reply->dbM); in ath6kl_wmi_tx_pwr_reply_rx()
1411 struct wmi_rssi_threshold_event *reply; in ath6kl_wmi_rssi_threshold_event_rx() local
1422 reply in ath6kl_wmi_rssi_threshold_event_rx()
1507 struct wmi_cac_event *reply; ath6kl_wmi_cac_event_rx() local
1664 struct wmi_snr_threshold_event *reply; ath6kl_wmi_snr_threshold_event_rx() local
3336 struct wmi_pmkid_list_reply *reply; ath6kl_wmi_get_pmkid_list_event_rx() local
[all...]
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp604 MessageParcel reply; in HWTEST_F() local
608 CallManagerCallAbilityInterfaceCode::UPDATE_CALL_STATE_INFO), data, reply, option); in HWTEST_F() local
610 data, reply, option); in HWTEST_F() local
612 CallManagerCallAbilityInterfaceCode::UPDATE_CALL_DISCONNECTED_CAUSE), data, reply, option); in HWTEST_F() local
614 CallManagerCallAbilityInterfaceCode::UPDATE_CALL_ASYNC_RESULT_REQUEST), data, reply, option); in HWTEST_F() local
617 data, reply, option); in HWTEST_F() local
620 data, reply, option); in HWTEST_F() local
623 data, reply, option); in HWTEST_F() local
626 data, reply, option); in HWTEST_F() local
629 data, reply, optio in HWTEST_F() local
632 data, reply, option); HWTEST_F() local
635 data, reply, option); HWTEST_F() local
637 CallManagerCallAbilityInterfaceCode::CALL_DATA_USAGE_CHANGE), data, reply, option); HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dshuttle_usbat.c316 unsigned char *reply = us->iobuf; in usbat_check_status() local
319 rc = usbat_get_status(us, reply); in usbat_check_status()
324 if (*reply & 0x01 && *reply != 0x51) in usbat_check_status()
328 if (*reply & 0x20) in usbat_check_status()
1060 unsigned char *reply; in usbat_flash_get_sector_count() local
1067 reply = kmalloc(512, GFP_NOIO); in usbat_flash_get_sector_count()
1068 if (!reply) in usbat_flash_get_sector_count()
1088 rc = usbat_read_block(us, reply, 512, 0); in usbat_flash_get_sector_count()
1092 info->sectors = ((u32)(reply[11 in usbat_flash_get_sector_count()
[all...]
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dshuttle_usbat.c316 unsigned char *reply = us->iobuf; in usbat_check_status() local
319 rc = usbat_get_status(us, reply); in usbat_check_status()
324 if (*reply & 0x01 && *reply != 0x51) in usbat_check_status()
328 if (*reply & 0x20) in usbat_check_status()
1060 unsigned char *reply; in usbat_flash_get_sector_count() local
1067 reply = kmalloc(512, GFP_NOIO); in usbat_flash_get_sector_count()
1068 if (!reply) in usbat_flash_get_sector_count()
1088 rc = usbat_read_block(us, reply, 512, 0); in usbat_flash_get_sector_count()
1092 info->sectors = ((u32)(reply[11 in usbat_flash_get_sector_count()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c240 * _base_clone_reply_to_sys_mem - copies reply to reply free iomem
244 * @reply: reply message frame(lower 32bit addr)
248 _base_clone_reply_to_sys_mem(struct MPT3SAS_ADAPTER *ioc, u32 reply, in _base_clone_reply_to_sys_mem() argument
254 * 32 * 128 = 4K. From here, Clone of reply free for mcpu starts in _base_clone_reply_to_sys_mem()
261 writel(reply, reply_free_iomem); in _base_clone_reply_to_sys_mem()
674 mpi_reply = ioc->scsih_cmds.reply; in _base_sync_drv_fw_timestamp()
983 * @mpi_reply: reply mf payload returned from firmware
1220 * @mpi_reply: reply m
1395 _base_display_reply_info(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) _base_display_reply_info() argument
1439 mpt3sas_base_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) mpt3sas_base_done() argument
1473 _base_async_event(struct MPT3SAS_ADAPTER *ioc, u8 msix_index, u32 reply) _base_async_event() argument
1694 u32 reply; _base_process_reply_queue() local
7030 _base_handshake_req_reply_wait(struct MPT3SAS_ADAPTER *ioc, int request_bytes, u32 *request, int reply_bytes, u16 *reply, int timeout) _base_handshake_req_reply_wait() argument
7615 mpt3sas_port_enable_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) mpt3sas_port_enable_done() argument
[all...]
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Daccesstoken_kit_extension_test.cpp1846 OHOS::MessageParcel reply; in HWTEST_F() local
1850 data, reply, option)); // descriptor false in HWTEST_F()
1855 ASSERT_NE(0, callback.OnRemoteRequest(code, data, reply, option)); // descriptor true + msgCode false in HWTEST_F()
2111 OHOS::MessageParcel reply; in HWTEST_F() local
2115 data, reply, option)); // descriptor false in HWTEST_F()
2130 OHOS::MessageParcel reply; in HWTEST_F() local
2133 data, reply, option)); in HWTEST_F()
2148 OHOS::MessageParcel reply; in HWTEST_F() local
2152 data, reply, option)); in HWTEST_F()
2153 EXPECT_EQ(ERR_IDENTITY_CHECK_FAILED, reply in HWTEST_F()
2180 OHOS::MessageParcel reply; HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp185 ParamSP reply; in GetInputFormat() local
186 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_INPUT_FORMAT, nullptr, reply); in GetInputFormat()
191 IF_TRUE_RETURN_VAL_WITH_MSG(!reply->GetValue("format", format), in GetInputFormat()
198 ParamSP reply; in GetOutputFormat() local
199 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_OUTPUT_FORMAT, nullptr, reply); in GetOutputFormat()
204 IF_TRUE_RETURN_VAL_WITH_MSG(!reply->GetValue("format", format), in GetOutputFormat()
214 ParamSP reply; in GetHidumperInfo() local
215 int32_t ret = DoSyncCallAndGetReply(MsgWhat::GET_HIDUMPER_INFO, nullptr, reply); in GetHidumperInfo()
221 IF_TRUE_RETURN_VAL_WITH_MSG(!reply->GetValue("hidumper-info", info), in GetHidumperInfo()
229 ParamSP reply; in CreateInputSurface() local
1216 ParamSP reply; DoSyncCall() local
1220 DoSyncCallAndGetReply(MsgWhat msgType, std::function<void(ParamSP)> oper, ParamSP &reply) DoSyncCallAndGetReply() argument
1272 ParamSP reply = make_shared<ParamBundle>(); ReplyErrorCode() local
[all...]

Completed in 48 milliseconds

1...<<131132133134135136137138139140>>...214