/foundation/distributedhardware/distributed_input/interfaces/ipc/include/ |
H A D | prepare_d_input_call_back_stub.h | 33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
|
H A D | simulation_event_listener_stub.h | 33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
|
H A D | sharing_dhid_listener_stub.h | 33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
|
H A D | start_stop_d_inputs_call_back_stub.h | 32 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
|
H A D | start_stop_result_call_back_stub.h | 33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
|
H A D | start_d_input_call_back_stub.h | 33 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
|
H A D | stop_d_input_call_back_stub.h | 33 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 D | publisher_listener_stub.h | 29 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_connection_stub.h | 30 MessageParcel &reply, MessageOption &option) override;
|
/foundation/window/window_manager/wmserver/include/window_snapshot/ |
H A D | snapshot_stub.h | 30 virtual int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply,
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_stub.h | 29 virtual int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply,
|
/foundation/window/window_manager/wm/include/zidl/ |
H A D | window_stub.h | 29 virtual int OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/ |
H A D | i2caux_interface.h | 48 * used to return the reply type of the transaction 51 uint8_t *reply; member
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_distributed_sched.h | 36 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 D | bufferqueueproducer_fuzzer.cpp | 137 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 D | standby_client_unit_test.cpp | 155 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 D | trans_server_proxy.cpp | 52 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 D | bus_center_server_proxy.cpp | 48 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 D | window_stub.cpp | 30 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 D | leds-turris-omnia.c | 54 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 D | indirect_glx.c | 86 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 D | trans_tcp_direct_message.c | 618 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 D | parade-ps8640.c | 251 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 D | iface-card.c | 372 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 D | iface-sample.c | 291 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()
|