Home
last modified time | relevance | path

Searched refs:reply (Results 2801 - 2825 of 3669) sorted by relevance

1...<<111112113114115116117118119120>>...147

/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Dprepare_d_input_call_back_stub.h33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
H A Dsimulation_event_listener_stub.h33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
H A Dsharing_dhid_listener_stub.h33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
H A Dstart_stop_d_inputs_call_back_stub.h32 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
H A Dstart_stop_result_call_back_stub.h33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
H A Dstart_d_input_call_back_stub.h33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
H A Dstop_d_input_call_back_stub.h33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/
H A Dpublisher_listener_stub.h29 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_connection_stub.h30 MessageParcel &reply, MessageOption &option) override;
/foundation/window/window_manager/wmserver/include/window_snapshot/
H A Dsnapshot_stub.h30 virtual int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply,
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_stub.h29 virtual int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply,
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_stub.h29 virtual int OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/
H A Di2caux_interface.h48 * used to return the reply type of the transaction
51 uint8_t *reply; member
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_distributed_sched.h36 MessageParcel &reply, MessageOption &option) override;
38 int32_t StartRemoteShareFormInner(MessageParcel &data, MessageParcel &reply);
41 using DistributedSchedFunc = int32_t(DistributedSchedStub::*)(MessageParcel &data, MessageParcel &reply);
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp137 MessageParcel reply; in BufferQueueProducerFuzzTest1() local
139 bqp->OnRemoteRequest(code, arguments, reply, option); in BufferQueueProducerFuzzTest1()
141 iter.second(reinterpret_cast<BufferQueueProducer*>(bqp.GetRefPtr()), arguments, reply, option); in BufferQueueProducerFuzzTest1() local
/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/
H A Dstandby_client_unit_test.cpp155 MessageParcel reply {}; in HWTEST_F()
158 (static_cast<uint32_t>(StandbySubscriberInterfaceCode::ON_ALLOW_LIST_CHANGED)), data, reply, option); in HWTEST_F()
160 (static_cast<uint32_t>(StandbySubscriberInterfaceCode::ON_ALLOW_LIST_CHANGED)) + 1, data, reply, option); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp52 MessageParcel reply; in GetSystemAbility() local
57 int32_t err = samgr->SendRequest(g_getSystemAbilityId, data, reply, option); in GetSystemAbility()
60 return reply.ReadRemoteObject(); in GetSystemAbility()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp48 MessageParcel reply; in GetSystemAbility() local
55 int32_t err = samgr->SendRequest(g_getSystemAbilityId, data, reply, option); in GetSystemAbility()
60 return reply.ReadRemoteObject(); in GetSystemAbility()
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp30 int WindowStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
217 reply.WriteParcelable(property.GetRefPtr()); in OnRemoteRequest()
290 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-turris-omnia.c54 u8 reply; in omnia_cmd_read_u8() local
64 msgs[1].buf = &reply; in omnia_cmd_read_u8()
68 return reply; in omnia_cmd_read_u8()
/third_party/mesa3d/src/glx/
H A Dindirect_glx.c86 xGLXMakeCurrentReply reply; in SendMakeCurrentRequest() local
139 ret = _XReply(dpy, (xReply *) &reply, 0, False); in SendMakeCurrentRequest()
142 *out_tag = reply.contextTag; in SendMakeCurrentRequest()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c618 static int32_t OpenDataBusReply(int32_t channelId, uint64_t seq, const cJSON *reply) in OpenDataBusReply() argument
627 if (UnpackReplyErrCode(reply, &errCode) == SOFTBUS_OK) { in OpenDataBusReply()
629 "receive err reply msg channelId=%{public}d, errCode=%{public}d, seq=%{public}" PRIu64, in OpenDataBusReply()
634 TRANS_CHECK_AND_RETURN_RET_LOGE(UnpackReply(reply, &conn.appInfo, &fastDataSize) == SOFTBUS_OK, in OpenDataBusReply()
667 static inline int32_t TransTdcPostReplyMsg(int32_t channelId, uint64_t seq, uint32_t flags, char *reply) in TransTdcPostReplyMsg() argument
674 .dataLen = strlen(reply), in TransTdcPostReplyMsg()
676 return TransTdcPostBytes(channelId, &packetHead, reply); in TransTdcPostReplyMsg()
681 char *reply = PackReply(appInfo); in OpenDataBusRequestReply() local
682 if (reply == NULL) { in OpenDataBusRequestReply()
683 TRANS_LOGE(TRANS_CTRL, "get pack reply er in OpenDataBusRequestReply()
693 char *reply = PackError(errCode, errDesc); OpenDataBusRequestError() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dparade-ps8640.c251 msg->reply = 0; in ps8640_aux_transfer_msg()
300 msg->reply |= DP_AUX_NATIVE_REPLY_NACK; in ps8640_aux_transfer_msg()
302 msg->reply |= DP_AUX_I2C_REPLY_NACK; in ps8640_aux_transfer_msg()
311 msg->reply |= DP_AUX_NATIVE_REPLY_DEFER; in ps8640_aux_transfer_msg()
313 msg->reply |= DP_AUX_I2C_REPLY_DEFER; in ps8640_aux_transfer_msg()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-card.c372 DBusMessage *reply = NULL; in handle_get_all() local
397 pa_assert_se((reply = dbus_message_new_method_return(msg))); in handle_get_all()
399 dbus_message_iter_init_append(reply, &msg_iter); in handle_get_all()
418 pa_assert_se(dbus_connection_send(conn, reply, NULL)); in handle_get_all()
420 dbus_message_unref(reply); in handle_get_all()
H A Diface-sample.c291 DBusMessage *reply = NULL; in handle_get_all() local
321 pa_assert_se((reply = dbus_message_new_method_return(msg))); in handle_get_all()
323 dbus_message_iter_init_append(reply, &msg_iter); in handle_get_all()
346 pa_assert_se(dbus_connection_send(conn, reply, NULL)); in handle_get_all()
347 dbus_message_unref(reply); in handle_get_all()

Completed in 16 milliseconds

1...<<111112113114115116117118119120>>...147