Home
last modified time | relevance | path

Searched refs:reply (Results 1376 - 1400 of 4033) sorted by relevance

1...<<51525354555657585960>>...162

/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_opp_observer_stub.h31 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
35 MessageParcel &data, MessageParcel &reply);
37 MessageParcel &data, MessageParcel &reply);
40 MessageParcel &data, MessageParcel &reply);
/foundation/multimedia/camera_framework/services/camera_service/binder/server/include/
H A Dhcamera_device_stub.h27 int OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) override;
33 int32_t HandleGetStatus(MessageParcel& data, MessageParcel& reply);
34 int32_t HandleGetEnabledResults(MessageParcel& reply);
37 int32_t HandleOpenSecureCameraResults(MessageParcel& data, MessageParcel& reply);
/foundation/multimodalinput/input/common/anco/comm/include/
H A Danco_channel_stub.h36 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& options) override;
39 int32_t StubSyncPointerEvent(MessageParcel &data, MessageParcel &reply);
40 int32_t StubSyncKeyEvent(MessageParcel &data, MessageParcel &reply);
41 int32_t StubUpdateWindowInfo(MessageParcel &data, MessageParcel &reply);
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/pluginbase/include/
H A Dres_data.h31 ResData(uint32_t type, int64_t value, const nlohmann::json& payload, nlohmann::json& reply) : resType(type), in ResData()
32 value(value), payload(payload), reply(&reply) {} in ResData()
37 nlohmann::json* reply{nullptr};
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_load_callback_stub.h25 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) override;
31 int32_t OnLoadSystemAbilitySuccessInner(MessageParcel& data, MessageParcel& reply);
32 int32_t OnLoadSystemAbilityFailInner(MessageParcel& data, MessageParcel& reply);
33 int32_t OnLoadSACompleteForRemoteInner(MessageParcel& data, MessageParcel& reply);
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_scheduler_proxy.cpp24 MessageParcel reply; in OnWorkStart() local
32 static_cast<uint32_t>(WorkSchedulerStubInterfaceCode::COMMAND_ON_WORK_START), data, reply, option); in OnWorkStart() local
38 MessageParcel reply; in OnWorkStop() local
46 static_cast<uint32_t>(WorkSchedulerStubInterfaceCode::COMMAND_ON_WORK_STOP), data, reply, option); in OnWorkStop() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service_stub.h22 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply,
26 int32_t GetFeatureInterfaceOnRemote(MessageParcel &data, MessageParcel &reply);
27 int32_t RegisterClientDeathObserverOnRemote(MessageParcel &data, MessageParcel &reply);
28 int32_t ClearAppStorageOnRemote(MessageParcel &data, MessageParcel &reply);
/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_observer_stub.h31 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
34 using PasteboardObserverFunc = int32_t (PasteboardObserverStub::*)(MessageParcel &data, MessageParcel &reply);
36 virtual int32_t OnPasteboardChangedStub(MessageParcel &data, MessageParcel &reply);
37 virtual int32_t OnPasteboardEventStub(MessageParcel &data, MessageParcel &reply);
H A Dpasteboard_delay_getter_stub.h26 int OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
28 int32_t OnGetPasteData(MessageParcel &data, MessageParcel &reply);
29 int32_t OnGetUnifiedData(MessageParcel &data, MessageParcel &reply);
31 using Handler = int32_t (PasteboardDelayGetterStub::*)(MessageParcel &data, MessageParcel &reply);
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/asset/
H A Dasset_recv_callback_stub.h34 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
37 using AssetRecvCallbackInterface = int32_t (AssetRecvCallbackStub::*)(MessageParcel &data, MessageParcel &reply);
40 int32_t HandleOnStart(MessageParcel &data, MessageParcel &reply);
41 int32_t HandleOnFinished(MessageParcel &data, MessageParcel &reply);
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/inner_kits/include/
H A Dav_trans_control_center_callback_stub.h28 int32_t OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override;
31 int32_t SetParameterInner(MessageParcel &data, MessageParcel &reply);
32 int32_t SetSharedMemoryInner(MessageParcel &data, MessageParcel &reply);
33 int32_t NotifyInner(MessageParcel &data, MessageParcel &reply);
/foundation/window/window_manager/window_scene/session_manager_service/src/
H A Dsession_manager_service_stub.cpp25 int SessionManagerServiceStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, in OnRemoteRequest() argument
37 reply.WriteRemoteObject(GetSceneSessionManager()); in OnRemoteRequest()
41 reply.WriteRemoteObject(GetSceneSessionManagerLite()); in OnRemoteRequest()
46 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_load_test.cpp51 MessageParcel reply; in HWTEST_F() local
52 int32_t result = saMgr->AddSystemAbilityInner(data, reply); in HWTEST_F()
61 MessageParcel reply; in HWTEST_F() local
62 int32_t result = saMgr->AddSystemProcessInner(data, reply); in HWTEST_F()
72 MessageParcel reply; in HWTEST_F() local
73 int32_t ret = saMgr->SubscribeSystemProcessInner(data, reply); in HWTEST_F()
82 MessageParcel reply; in HWTEST_F() local
84 int32_t result = saMgr->SubsSystemAbilityInner(data, reply); in HWTEST_F()
93 MessageParcel reply; in HWTEST_F() local
95 int32_t result = saMgr->SubsSystemAbilityInner(data, reply); in HWTEST_F()
108 MessageParcel reply; HWTEST_F() local
125 MessageParcel reply; HWTEST_F() local
155 MessageParcel reply; HWTEST_F() local
168 MessageParcel reply; HWTEST_F() local
182 MessageParcel reply; HWTEST_F() local
195 MessageParcel reply; HWTEST_F() local
209 MessageParcel reply; HWTEST_F() local
219 MessageParcel reply; HWTEST_F() local
230 MessageParcel reply; HWTEST_F() local
244 MessageParcel reply; HWTEST_F() local
258 MessageParcel reply; HWTEST_F() local
1210 MessageParcel reply; HWTEST_F() local
1230 MessageParcel reply; HWTEST_F() local
1247 MessageParcel reply; HWTEST_F() local
1266 MessageParcel reply; HWTEST_F() local
1283 MessageParcel reply; HWTEST_F() local
1299 MessageParcel reply; HWTEST_F() local
1315 MessageParcel reply; HWTEST_F() local
1331 MessageParcel reply; HWTEST_F() local
1348 MessageParcel reply; HWTEST_F() local
1366 MessageParcel reply; HWTEST_F() local
1382 MessageParcel reply; HWTEST_F() local
[all...]
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
H A Dservice_manager_hdi_c_test.cpp98 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in HWTEST_F() local
100 ASSERT_TRUE(reply != nullptr); in HWTEST_F()
107 int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_SERVICE_PING, data, reply); in HWTEST_F()
111 HdfSbufRecycle(reply); in HWTEST_F()
117 struct HdfRemoteService *service, int code, struct HdfSBuf *data, struct HdfSBuf *reply) in ServiceManagerTestCallbackDispatch()
142 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); in HWTEST_F() local
144 ASSERT_TRUE(reply != nullptr); in HWTEST_F()
151 int status = sampleService->dispatcher->Dispatch(sampleService, SAMPLE_SERVICE_CALLBACK, data, reply); in HWTEST_F()
156 HdfSbufRecycle(reply); in HWTEST_F()
171 struct HdfSBuf *reply in HWTEST_F() local
116 ServiceManagerTestCallbackDispatch( struct HdfRemoteService *service, int code, struct HdfSBuf *data, struct HdfSBuf *reply) ServiceManagerTestCallbackDispatch() argument
204 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); HWTEST_F() local
241 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); HWTEST_F() local
290 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); HWTEST_F() local
473 struct HdfSBuf *reply = HdfSbufTypedObtain(SBUF_IPC); HWTEST_F() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c85 DBusMessage *reply = NULL; in wpas_dbus_handler_p2p_find() local
151 reply = wpas_dbus_error_unknown_error( in wpas_dbus_handler_p2p_find()
155 return reply; in wpas_dbus_handler_p2p_find()
161 reply = wpas_dbus_error_invalid_args(message, entry.key); in wpas_dbus_handler_p2p_find()
162 return reply; in wpas_dbus_handler_p2p_find()
315 DBusMessage *reply = NULL; in wpas_dbus_handler_p2p_group_add() local
368 reply = in wpas_dbus_handler_p2p_group_add()
376 reply = wpas_dbus_error_invalid_args( in wpas_dbus_handler_p2p_group_add()
388 reply = wpas_dbus_error_unknown_error( in wpas_dbus_handler_p2p_group_add()
400 return reply; in wpas_dbus_handler_p2p_group_add()
444 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_remove_client() local
501 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_flush() local
521 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_connect() local
689 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_invite() local
2071 DBusMessage *reply = NULL; wpas_dbus_handler_add_persistent_group() local
2152 DBusMessage *reply = NULL; wpas_dbus_handler_remove_persistent_group() local
2596 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_add_service() local
2681 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_delete_service() local
2769 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_service_sd_req() local
2863 DBusMessage *reply = NULL; wpas_dbus_handler_p2p_service_sd_res() local
[all...]
/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c38 static int32_t SendVibratorMsg(uint32_t cmd, struct HdfSBuf *msg, struct HdfSBuf *reply) in SendVibratorMsg() argument
47 int32_t ret = priv->ioService->dispatcher->Dispatch(&priv->ioService->object, cmd, msg, reply); in SendVibratorMsg()
56 static int32_t ReadVibratorInfo(struct HdfSBuf *reply, struct VibratorDevice *priv) in ReadVibratorInfo() argument
62 if (!HdfSbufReadBuffer(reply, (const void **)&buf, &len)) { in ReadVibratorInfo()
92 struct HdfSBuf *reply = HdfSbufObtainDefaultSize(); in GetVibratorInfo() local
93 if (reply == NULL) { in GetVibratorInfo()
99 ret = SendVibratorMsg(VIBRATOR_IO_GET_INFO, NULL, reply); in GetVibratorInfo()
102 HdfSbufRecycle(reply); in GetVibratorInfo()
107 if (ReadVibratorInfo(reply, priv) != HDF_SUCCESS) { in GetVibratorInfo()
108 HdfSbufRecycle(reply); in GetVibratorInfo()
[all...]
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_supplier_callback_stub.cpp44 int32_t NetSupplierCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
59 return (this->*requestFunc)(data, reply); in OnRemoteRequest()
64 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
67 int32_t NetSupplierCallbackStub::OnRequestNetwork(MessageParcel &data, MessageParcel &reply) in OnRequestNetwork() argument
110 reply.WriteInt32(0); in OnRequestNetwork()
114 int32_t NetSupplierCallbackStub::OnReleaseNetwork(MessageParcel &data, MessageParcel &reply) in OnReleaseNetwork() argument
133 reply.WriteInt32(0); in OnReleaseNetwork()
137 int32_t NetSupplierCallbackStub::OnAddRequest(MessageParcel &data, MessageParcel &reply) in OnAddRequest() argument
187 reply.WriteInt32(0); in OnAddRequest()
191 int32_t NetSupplierCallbackStub::OnRemoveRequest(MessageParcel &data, MessageParcel &reply) in OnRemoveRequest() argument
[all...]
/kernel/linux/linux-5.10/net/atm/
H A Dsignaling.c46 msg->reply = -EOPNOTSUPP; in modify_qos()
49 msg->reply = vcc->dev->ops->change_qos(vcc, &msg->qos, in modify_qos()
50 msg->reply); in modify_qos()
51 if (!msg->reply) in modify_qos()
78 sk->sk_err = -msg->reply; in sigd_send()
99 sk->sk_err = -msg->reply; in sigd_send()
121 vcc_release_async(vcc, msg->reply); in sigd_send()
128 sk->sk_err_soft = -msg->reply; in sigd_send()
145 int reply) in sigd_enq2()
158 msg->reply in sigd_enq2()
142 sigd_enq2(struct atm_vcc *vcc, enum atmsvc_msg_type type, struct atm_vcc *listen_vcc, const struct sockaddr_atmpvc *pvc, const struct sockaddr_atmsvc *svc, const struct atm_qos *qos, int reply) sigd_enq2() argument
[all...]
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dtegra-bpmp-thermal.c37 union mrq_thermal_bpmp_to_host_response reply; in __tegra_bpmp_thermal_get_temp() local
49 msg.rx.data = &reply; in __tegra_bpmp_thermal_get_temp()
50 msg.rx.size = sizeof(reply); in __tegra_bpmp_thermal_get_temp()
60 *out_temp = reply.get_temp.temp; in __tegra_bpmp_thermal_get_temp()
145 union mrq_thermal_bpmp_to_host_response reply; in tegra_bpmp_thermal_get_num_zones() local
156 msg.rx.data = &reply; in tegra_bpmp_thermal_get_num_zones()
157 msg.rx.size = sizeof(reply); in tegra_bpmp_thermal_get_num_zones()
165 *num_zones = reply.get_num_zones.num; in tegra_bpmp_thermal_get_num_zones()
173 union mrq_thermal_bpmp_to_host_response reply; in tegra_bpmp_thermal_trips_supported() local
185 msg.rx.data = &reply; in tegra_bpmp_thermal_trips_supported()
[all...]
/kernel/linux/linux-6.6/net/atm/
H A Dsignaling.c46 msg->reply = -EOPNOTSUPP; in modify_qos()
49 msg->reply = vcc->dev->ops->change_qos(vcc, &msg->qos, in modify_qos()
50 msg->reply); in modify_qos()
51 if (!msg->reply) in modify_qos()
78 sk->sk_err = -msg->reply; in sigd_send()
99 sk->sk_err = -msg->reply; in sigd_send()
121 vcc_release_async(vcc, msg->reply); in sigd_send()
128 WRITE_ONCE(sk->sk_err_soft, -msg->reply); in sigd_send()
145 int reply) in sigd_enq2()
158 msg->reply in sigd_enq2()
142 sigd_enq2(struct atm_vcc *vcc, enum atmsvc_msg_type type, struct atm_vcc *listen_vcc, const struct sockaddr_atmpvc *pvc, const struct sockaddr_atmsvc *svc, const struct atm_qos *qos, int reply) sigd_enq2() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-console-kit.c64 DBusMessage *m = NULL, *reply = NULL; in add_session() local
81 if (!(reply = dbus_connection_send_with_reply_and_block(pa_dbus_connection_get(u->connection), m, -1, &error))) { in add_session()
87 if (!dbus_message_get_args(reply, &error, DBUS_TYPE_UINT32, &uid, DBUS_TYPE_INVALID)) { in add_session()
90 if (!dbus_message_get_args(reply, &error, DBUS_TYPE_INT32, &uid, DBUS_TYPE_INVALID)) { in add_session()
139 if (reply) in add_session()
140 dbus_message_unref(reply); in add_session()
210 DBusMessage *m = NULL, *reply = NULL; in get_session_list() local
230 if (!(reply = dbus_connection_send_with_reply_and_block(pa_dbus_connection_get(u->connection), m, -1, &error))) { in get_session_list()
235 dbus_message_iter_init(reply, &iter); in get_session_list()
267 if (reply) in get_session_list()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_sink_scene.cpp299 void WfdSinkScene::OnRequest(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &reply) in OnRequest() argument
310 reply = std::static_pointer_cast<BaseMsg>(rsp); in OnRequest()
318 reply = std::static_pointer_cast<BaseMsg>(rsp); in OnRequest()
326 reply = std::static_pointer_cast<BaseMsg>(rsp); in OnRequest()
334 reply = std::static_pointer_cast<BaseMsg>(rsp); in OnRequest()
342 reply = std::static_pointer_cast<BaseMsg>(rsp); in OnRequest()
350 reply = std::static_pointer_cast<BaseMsg>(rsp); in OnRequest()
358 reply = std::static_pointer_cast<BaseMsg>(rsp); in OnRequest()
366 reply = std::static_pointer_cast<BaseMsg>(rsp); in OnRequest()
374 reply in OnRequest()
408 HandleStart(std::shared_ptr<WfdSinkStartReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) HandleStart() argument
445 HandleStop(std::shared_ptr<WfdSinkStopReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) HandleStop() argument
461 HandleAppendSurface(std::shared_ptr<WfdAppendSurfaceReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) HandleAppendSurface() argument
552 HandleRemoveSurface(std::shared_ptr<WfdRemoveSurfaceReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) HandleRemoveSurface() argument
585 HandleSetMediaFormat(std::shared_ptr<SetMediaFormatReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) HandleSetMediaFormat() argument
609 HandleSetSceneType(std::shared_ptr<SetSceneTypeReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) HandleSetSceneType() argument
680 HandlePlay(std::shared_ptr<WfdPlayReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) HandlePlay() argument
748 HandlePause(std::shared_ptr<WfdPauseReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) HandlePause() argument
779 HandleMute(std::shared_ptr<MuteReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) HandleMute() argument
810 HandleUnMute(std::shared_ptr<UnMuteReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) HandleUnMute() argument
841 HandleClose(std::shared_ptr<WfdCloseReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) HandleClose() argument
903 HandleGetConfig(std::shared_ptr<GetSinkConfigReq> &msg, std::shared_ptr<GetSinkConfigRsp> &reply) HandleGetConfig() argument
1013 auto reply = std::static_pointer_cast<BaseMsg>(std::make_shared<WfdCommonRsp>()); OnP2pPeerConnected() local
1217 auto reply = std::static_pointer_cast<BaseMsg>(std::make_shared<WfdCommonRsp>()); OnInnerError() local
1234 auto reply = std::static_pointer_cast<BaseMsg>(std::make_shared<WfdCommonRsp>()); OnInnerError() local
1363 auto reply = std::static_pointer_cast<BaseMsg>(std::make_shared<WfdCommonRsp>()); OnConnectionChanged() local
1392 auto reply = std::static_pointer_cast<BaseMsg>(std::make_shared<WfdCommonRsp>()); OnDecoderAccelerationDone() local
1407 auto reply = std::static_pointer_cast<BaseMsg>(std::make_shared<WfdCommonRsp>()); OnDecoderDied() local
[all...]
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dlcs.c757 lcs_get_reply(struct lcs_reply *reply) in lcs_get_reply() argument
759 refcount_inc(&reply->refcnt); in lcs_get_reply()
763 lcs_put_reply(struct lcs_reply *reply) in lcs_put_reply() argument
765 if (refcount_dec_and_test(&reply->refcnt)) in lcs_put_reply()
766 kfree(reply); in lcs_put_reply()
772 struct lcs_reply *reply; in lcs_alloc_reply() local
776 reply = kzalloc(sizeof(struct lcs_reply), GFP_ATOMIC); in lcs_alloc_reply()
777 if (!reply) in lcs_alloc_reply()
779 refcount_set(&reply->refcnt, 1); in lcs_alloc_reply()
780 reply in lcs_alloc_reply()
795 struct lcs_reply *reply; lcs_notify_lancmd_waiters() local
822 struct lcs_reply *reply = from_timer(reply, t, timer); lcs_lancmd_timeout() local
848 struct lcs_reply *reply; lcs_send_lancmd() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dlcs.c753 lcs_get_reply(struct lcs_reply *reply) in lcs_get_reply() argument
755 refcount_inc(&reply->refcnt); in lcs_get_reply()
759 lcs_put_reply(struct lcs_reply *reply) in lcs_put_reply() argument
761 if (refcount_dec_and_test(&reply->refcnt)) in lcs_put_reply()
762 kfree(reply); in lcs_put_reply()
768 struct lcs_reply *reply; in lcs_alloc_reply() local
772 reply = kzalloc(sizeof(struct lcs_reply), GFP_ATOMIC); in lcs_alloc_reply()
773 if (!reply) in lcs_alloc_reply()
775 refcount_set(&reply->refcnt, 1); in lcs_alloc_reply()
776 reply in lcs_alloc_reply()
791 struct lcs_reply *reply; lcs_notify_lancmd_waiters() local
818 struct lcs_reply *reply = from_timer(reply, t, timer); lcs_lancmd_timeout() local
844 struct lcs_reply *reply; lcs_send_lancmd() local
[all...]
/drivers/hdf_core/framework/model/misc/light/driver/src/
H A Dlight_driver.c27 static int32_t GetAllLightInfo(struct HdfSBuf *data, struct HdfSBuf *reply) in GetAllLightInfo() argument
36 CHECK_LIGHT_NULL_PTR_RETURN_VALUE(reply, HDF_ERR_INVALID_PARAM); in GetAllLightInfo()
38 if (!HdfSbufWriteUint32(reply, drvData->lightNum)) { in GetAllLightInfo()
49 if (!HdfSbufWriteUint32(reply, lightInfo.lightId)) { in GetAllLightInfo()
59 if (!HdfSbufWriteString(reply, (const char *)lightInfo.lightName)) { in GetAllLightInfo()
65 if (!HdfSbufWriteUint32(reply, lightInfo.lightNumber)) { in GetAllLightInfo()
71 if (!HdfSbufWriteUint32(reply, lightInfo.lightType)) { in GetAllLightInfo()
187 static int32_t TurnOnLight(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) in TurnOnLight() argument
189 (void)reply; in TurnOnLight()
243 static int32_t TurnOnMultiLights(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) in TurnOnMultiLights() argument
252 TurnOffLight(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) TurnOffLight() argument
290 DispatchCmdHandle(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchCmdHandle() argument
318 DispatchLight(struct HdfDeviceIoClient *client, int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchLight() argument
[all...]

Completed in 26 milliseconds

1...<<51525354555657585960>>...162