Home
last modified time | relevance | path

Searched defs:req (Results 601 - 625 of 1032) sorted by relevance

1...<<21222324252627282930>>...42

/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp44 void PlayerServer::PlayerServerRequestHandle(int funcId, void *origin, IpcIo *req, IpcIo *reply) in PlayerServerRequestHandle() argument
329 SetSource(IpcIo *req, IpcIo *reply) SetSource() argument
370 Prepare(IpcIo *req, IpcIo *reply) Prepare() argument
380 Play(IpcIo *req, IpcIo *reply) Play() argument
390 IsPlaying(IpcIo *req, IpcIo *reply) IsPlaying() argument
400 Pause(IpcIo *req, IpcIo *reply) Pause() argument
410 Stop(IpcIo *req, IpcIo *reply) Stop() argument
427 Rewind(IpcIo *req, IpcIo *reply) Rewind() argument
441 SetVolume(IpcIo *req, IpcIo *reply) SetVolume() argument
453 SetSurface(IpcIo *req, IpcIo *reply) SetSurface() argument
475 SetLoop(IpcIo *req, IpcIo *reply) SetLoop() argument
487 IsSingleLooping(IpcIo *req, IpcIo *reply) IsSingleLooping() argument
497 GetCurrentPosition(IpcIo *req, IpcIo *reply) GetCurrentPosition() argument
509 GetDuration(IpcIo *req, IpcIo *reply) GetDuration() argument
522 GetVideoWidth(IpcIo *req, IpcIo *reply) GetVideoWidth() argument
535 GetVideoHeight(IpcIo *req, IpcIo *reply) GetVideoHeight() argument
548 Reset(IpcIo *req, IpcIo *reply) Reset() argument
558 Release(IpcIo *req, IpcIo *reply) Release() argument
585 SetPlayerCallback(IpcIo *req, IpcIo *reply) SetPlayerCallback() argument
598 GetPlayerState(IpcIo *req, IpcIo *reply) GetPlayerState() argument
611 SetPlaybackSpeed(IpcIo *req, IpcIo *reply) SetPlaybackSpeed() argument
623 GetPlaybackSpeed(IpcIo *req, IpcIo *reply) GetPlaybackSpeed() argument
636 SetParameter(IpcIo *req, IpcIo *reply) SetParameter() argument
681 SetAudioStreamType(IpcIo *req, IpcIo *reply) SetAudioStreamType() argument
693 GetAudioStreamType(IpcIo *req, IpcIo *reply) GetAudioStreamType() argument
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint.c148 IpcIo req; in SAMGR_AddSysCap() local
180 IpcIo req; in SAMGR_GetSysCap() local
209 IpcIo req; SendGetAllSysCapsRequest() local
461 IpcIo req; HandleIpc() local
494 IpcIo req; RegisterIdentity() local
550 IpcIo req; RegisterRemoteEndpoint() local
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c242 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
261 ProcEndpoint(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) ProcEndpoint() argument
300 ProcPutFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcIdentity *identity) ProcPutFeature() argument
404 ProcGetFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcIdentity *identity) ProcGetFeature() argument
446 ProcFeature(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) ProcFeature() argument
482 ProcAddSysCap(SamgrServer *server, IpcIo *req) ProcAddSysCap() argument
507 ProcGetSysCap(SamgrServer *server, IpcIo *req) ProcGetSysCap() argument
549 ProcGetAllSysCap(SamgrServer *server, IpcIo *req, IpcIo *reply) ProcGetAllSysCap() argument
587 ProcSysCap(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) ProcSysCap() argument
[all...]
H A Dsamgr_server.c147 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
159 ProcEndpoint(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) ProcEndpoint() argument
198 ProcPutFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcIdentity *identity) ProcPutFeature() argument
294 ProcGetFeature(SamgrServer *server, const void *origin, IpcIo *req, IpcIo *reply, SvcIdentity *identity) ProcGetFeature() argument
336 ProcFeature(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) ProcFeature() argument
370 ProcAddSysCap(SamgrServer *server, IpcIo *req) ProcAddSysCap() argument
395 ProcGetSysCap(SamgrServer *server, IpcIo *req) ProcGetSysCap() argument
437 ProcGetAllSysCap(SamgrServer *server, IpcIo *req, IpcIo *reply) ProcGetAllSysCap() argument
474 ProcSysCap(SamgrServer *server, int32 option, void *origin, IpcIo *req, IpcIo *reply) ProcSysCap() argument
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dinterface_manager.cpp434 arpreq req = {}; in AddStaticArp() local
455 arpreq req = {}; in DelStaticArp() local
473 AssembleArp(const std::string &ipAddr, const std::string &macAddr, const std::string &ifName, arpreq &req) AssembleArp() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_stub_lite.cpp39 void WifiDeviceStub::ReadIpAddress(IpcIo *req, WifiIpAddress &address) in ReadIpAddress() argument
57 void WifiDeviceStub::ReadEapConfig(IpcIo *req, WifiEapConfig &wifiEapConfig) in ReadEapConfig() argument
86 ReadWifiDeviceConfig(IpcIo *req, WifiDeviceConfig &config) ReadWifiDeviceConfig() argument
207 OnEnableWifi(uint32_t code, IpcIo *req, IpcIo *reply) OnEnableWifi() argument
215 OnDisableWifi(uint32_t code, IpcIo *req, IpcIo *reply) OnDisableWifi() argument
223 OnInitWifiProtect(uint32_t code, IpcIo *req, IpcIo *reply) OnInitWifiProtect() argument
236 OnGetWifiProtectRef(uint32_t code, IpcIo *req, IpcIo *reply) OnGetWifiProtectRef() argument
249 OnPutWifiProtectRef(uint32_t code, IpcIo *req, IpcIo *reply) OnPutWifiProtectRef() argument
259 OnAddDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnAddDeviceConfig() argument
277 OnUpdateDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnUpdateDeviceConfig() argument
291 OnRemoveDevice(uint32_t code, IpcIo *req, IpcIo *reply) OnRemoveDevice() argument
301 OnRemoveAllDevice(uint32_t code, IpcIo *req, IpcIo *reply) OnRemoveAllDevice() argument
309 OnGetDeviceConfigs(uint32_t code, IpcIo *req, IpcIo *reply) OnGetDeviceConfigs() argument
328 OnEnableDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnEnableDeviceConfig() argument
340 OnDisableDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnDisableDeviceConfig() argument
350 OnConnectTo(uint32_t code, IpcIo *req, IpcIo *reply) OnConnectTo() argument
362 OnConnect2To(uint32_t code, IpcIo *req, IpcIo *reply) OnConnect2To() argument
372 OnIsWifiConnected(uint32_t code, IpcIo *req, IpcIo *reply) OnIsWifiConnected() argument
384 OnReConnect(uint32_t code, IpcIo *req, IpcIo *reply) OnReConnect() argument
392 OnReAssociate(uint32_t code, IpcIo *req, IpcIo *reply) OnReAssociate() argument
400 OnDisconnect(uint32_t code, IpcIo *req, IpcIo *reply) OnDisconnect() argument
408 OnStartWps(uint32_t code, IpcIo *req, IpcIo *reply) OnStartWps() argument
424 OnCancelWps(uint32_t code, IpcIo *req, IpcIo *reply) OnCancelWps() argument
432 OnIsWifiActive(uint32_t code, IpcIo *req, IpcIo *reply) OnIsWifiActive() argument
444 OnGetWifiState(uint32_t code, IpcIo *req, IpcIo *reply) OnGetWifiState() argument
456 OnGetLinkedInfo(uint32_t code, IpcIo *req, IpcIo *reply) OnGetLinkedInfo() argument
491 OnGetIpInfo(uint32_t code, IpcIo *req, IpcIo *reply) OnGetIpInfo() argument
510 OnGetIpV6Info(uint32_t code, IpcIo *req, IpcIo *reply) OnGetIpV6Info() argument
531 OnSetCountryCode(uint32_t code, IpcIo *req, IpcIo *reply) OnSetCountryCode() argument
541 OnGetCountryCode(uint32_t code, IpcIo *req, IpcIo *reply) OnGetCountryCode() argument
554 OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply) OnRegisterCallBack() argument
585 OnGetSignalLevel(uint32_t code, IpcIo *req, IpcIo *reply) OnGetSignalLevel() argument
601 OnGetSupportedFeatures(uint32_t code, IpcIo *req, IpcIo *reply) OnGetSupportedFeatures() argument
614 OnGetDeviceMacAdd(uint32_t code, IpcIo *req, IpcIo *reply) OnGetDeviceMacAdd() argument
626 OnSetLowLatencyMode(uint32_t code, IpcIo *req, IpcIo *reply) OnSetLowLatencyMode() argument
637 OnIsBandTypeSupported(uint32_t code, IpcIo *req, IpcIo *reply) OnIsBandTypeSupported() argument
649 OnGet5GHzChannelList(uint32_t code, IpcIo *req, IpcIo *reply) OnGet5GHzChannelList() argument
733 OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply) OnRemoteRequest() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_client.cpp247 int ObexClient::SendRequest(const ObexHeader &req) in SendRequest() argument
351 auto req = ObexHeader::CreateRequest(ObexOpeId::DISCONNECT); Disconnect() local
405 auto req = ObexHeader::CreateRequest(ObexOpeId::ABORT); SendAbortRequest() local
416 Put(const ObexHeader &req) Put() argument
432 Get(const ObexHeader &req) Get() argument
459 auto req = ObexHeader::CreateRequest(ObexOpeId::SETPATH); SetPath() local
[all...]
H A Dobex_session.h238 void SetLastReqHeader(const ObexHeader &req) in SetLastReqHeader() argument
259 CreateReceivedObject( const ObexHeader &req, std::shared_ptr<ObexBodyObject> writer, bool supportSrm, int srmpCount) CreateReceivedObject() argument
274 CreateSendObject( const ObexHeader &req, std::shared_ptr<ObexBodyObject> &bodyReader, uint16_t &mtu) CreateSendObject() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c515 L2capPendingRequest *req = NULL; in L2capCreatePendingRequest() local
535 L2capPendingRequest *req = NULL; L2capDestroyPendingRequest() local
550 L2capPendingRequest *req = NULL; L2capGetPendingRequest() local
568 L2capPendingRequest *req = NULL; L2capGetPendingRequest2() local
586 L2capPendingRequest *req = NULL; L2capClearPendingRequest() local
[all...]
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c494 SoftBusGattReadRequest req = { in BleRequestReadCallback() local
568 SoftBusGattWriteRequest req = { in BleRequestWriteCallback() local
/third_party/ffmpeg/libavcodec/
H A Dqsv.c547 static mfxStatus qsv_frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in qsv_frame_alloc() argument
H A Dqsvenc.h128 mfxFrameAllocRequest req; member
/third_party/ffmpeg/libavfilter/
H A Dqsvvpp.c153 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() argument
H A Dvf_scale_qsv.c212 static mfxStatus frame_alloc(mfxHDL pthis, mfxFrameAllocRequest *req, in frame_alloc() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c677 snd_client_open_request_t *req; in snd_pcm_shm_open() local
[all...]
/third_party/backends/backend/
H A Dgt68xx_low.c123 dump_req (SANE_String_Const prefix, GT68xx_Packet req) in dump_req() argument
/third_party/curl/lib/
H A Dc-hyper.c551 char *req = aprintf("%s %s HTTP/1.1\\r\\n", method, path); debug_request() local
630 request_target(struct Curl_easy *data, struct connectdata *conn, const char *method, hyper_request *req) request_target() argument
767 struct dynbuf req; bodysend() local
807 struct dynbuf req; cookies() local
874 hyper_request *req = NULL; Curl_http() local
[all...]
H A Dcf-h1-proxy.c220 struct httpreq *req = NULL; in start_CONNECT() local
577 hyper_request *req in start_CONNECT() local
[all...]
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_cdce.c258 struct usb_device_request req; in cdce_ncm_init() local
967 struct usb_cdc_notification req; cdce_intr_write_callback() local
1053 const struct usb_device_request *req = preq; cdce_handle_request() local
[all...]
H A Dif_axe.c222 struct usb_device_request req; in axe_cmd() local
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c226 uhid_fill_set_report(struct usb_device_request *req, uint8_t iface_no, in uhid_fill_set_report() argument
238 uhid_fill_get_report(struct usb_device_request *req, uint8_t iface_no, in uhid_fill_get_report() argument
253 struct usb_device_request req; uhid_write_callback() local
314 struct usb_device_request req; uhid_read_callback() local
[all...]
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c605 struct usb_device_request req; in u3g_sael_m460_init() local
941 struct usb_device_request req; in u3g_cfg_set_line() local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_dfu.c287 void get_flash_state(struct usbdev_req_s *req) in get_flash_state() argument
464 static void dfu_dnload_complete(struct usbdev_ep_s *ep, struct usbdev_req_s *req) in dfu_dnload_complete() argument
H A Df_hid.c327 static void fhid_output_request_complete(struct usbdev_ep_s *ep, struct usbdev_req_s *req) in fhid_output_request_complete() argument
368 static void fhid_input_req_complete(struct usbdev_ep_s *ep, struct usbdev_req_s *req) in fhid_input_req_complete() argument
563 struct usbdev_req_s *req; in usbclass_hid_set_endpoint() local
618 struct usbdev_req_s *req = dev->ep0->handle_req; usbclass_hid_get_report() local
639 struct usbdev_req_s *req; usbclass_hid_setup() local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_ep0.c479 static void generic_ep0_req_sync_complete(struct usbdev_ep_s *ep, struct usbdev_req_s *req) in generic_ep0_req_sync_complete() argument
500 struct usbdev_req_s *req = dev->ctrlreq; in generic_ep0_submit_sync() local
540 generic_ep0_complete(struct usbdev_ep_s *ep, struct usbdev_req_s *req) generic_ep0_complete() argument
586 struct usbdev_req_s *req = dev->ctrlreq; generic_ep0_submit_wait() local
723 struct ep0_request *req = NULL; generic_ep0_write_request() local
955 struct ep0_request *req; generic_ep0_handle_ioctl() local
1164 struct ep0_request *req = NULL; generic_create_ep0() local
1224 struct ep0_request *req = NULL; generic_remove_ep0() local
[all...]

Completed in 34 milliseconds

1...<<21222324252627282930>>...42