Home
last modified time | relevance | path

Searched refs:reqType (Results 1 – 25 of 64) sorted by relevance

123

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_profile_defines.h117 …GattRequestInfo(ResponesType reqType, uint16_t starthandle, uint16_t endHandle, const Uuid &uuid, … in GattRequestInfo()
118 … : startHandle_(starthandle), endHandle_(endHandle), reqType_(reqType), uuid_(uuid), reqId_(reqId) in GattRequestInfo()
125 reqType_(reqType), in GattRequestInfo()
129 GattRequestInfo(ResponesType reqType, uint16_t starthandle, uint16_t endHandle, int reqId) in GattRequestInfo()
130 : startHandle_(starthandle), endHandle_(endHandle), reqType_(reqType), reqId_(reqId) in GattRequestInfo()
132 …GattRequestInfo(ResponesType reqType, uint16_t starthandle, uint16_t endHandle, uint16_t valHandle… in GattRequestInfo()
135 GattRequestInfo(ResponesType reqType, int reqId) : reqType_(reqType), reqId_(reqId) in GattRequestInfo()
137 …GattRequestInfo(const Uuid &uuid, ResponesType reqType, int reqId) : reqType_(reqType), uuid_(uuid… in GattRequestInfo()
139 GattRequestInfo(ResponesType reqType, uint16_t handle, int reqId) in GattRequestInfo()
140 : startHandle_(handle), reqType_(reqType), reqId_(reqId) in GattRequestInfo()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_host_observer.h33 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override;
40 void DealBredrPairComfirmed(const std::string &addr, const int reqType, const int number);
41 void DealBlePairComfirmed(const std::string &addr, const int reqType, const int number);
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/include/
H A Dusb_async_context.h97 uint32_t reqType; member
109 uint32_t reqType; member
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.cpp78 …thConnectionObserver::OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) in OnPairConfirmed() argument
82 std::make_shared<PairConfirmedCallBackInfo>(number, reqType, device.GetDeviceAddr()); in OnPairConfirmed()
H A Dnapi_bluetooth_connection_observer.h36 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override;
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp249 uint32_t reqType; member
262 uint32_t reqType = 0; in ParsePipeControlParam() local
263 NapiUtil::JsObjectToUint(env, jsObj, "reqType", reqType); in ParsePipeControlParam()
280 controlParam.reqType = reqType; in ParsePipeControlParam()
289 uint32_t reqType; member
300 uint32_t reqType = 0; in ParseUsbPipeControlParam() local
301 NapiUtil::JsObjectToUint(env, jsObj, "bmRequestType", reqType); in ParseUsbPipeControlParam()
320 controlParam.reqType = reqType; in ParseUsbPipeControlParam()
1441 if ((asyncContext->reqType & USB_ENDPOINT_DIR_MASK) == USB_ENDPOINT_DIR_OUT) { in __anon2b6789b40902()
1556 asyncContext->reqType = controlParam.reqType; in PipeControlTransfer()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp712 param.userConfirmReqParam_.reqType = PAIR_CONFIRM_TYPE_NUMERIC; in UserConfirmReqCallback()
729 param.userConfirmReqParam_.reqType = PAIR_CONFIRM_TYPE_PASSKEY_INPUT; in UserPasskeyReqCallback()
1172 HILOGI("reqTyep: %{public}d", reqType); in SSPConfirmReq()
1177 remoteDevice->SetPairConfirmType(reqType); in SSPConfirmReq()
1180 UserConfirmAutoReply(device, reqType, false); in SSPConfirmReq()
1182 UserConfirmAutoReply(device, reqType, true); in SSPConfirmReq()
1184 reqType = CheckSspConfirmType(remoteIo, reqType); in SSPConfirmReq()
1185 SendPairConfirmed(device, reqType, number); in SSPConfirmReq()
1224 observer.OnPairConfirmed(transport, device, reqType, number); in SendPairConfirmed()
1238 switch (reqType) { in UserConfirmAutoReply()
[all …]
H A Dclassic_adapter.h824 void SendPairConfirmed(const RawAddress &device, int reqType, int number) const;
875 …void SSPConfirmReq(const BtAddr &addr, int reqType, int number, int localMitmRequired, int remoteM…
945 void UserConfirmAutoReply(const RawAddress &device, int reqType, bool accept) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_observer_stub.cpp138 int32_t reqType = data.ReadInt32(); in OnPairConfirmedInner() local
142 stub->OnPairConfirmed(transport, *device, reqType, number); in OnPairConfirmedInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_observer_proxy.cpp144 const int32_t transport, const BluetoothRawAddress &device, int reqType, int number) in OnPairConfirmed() argument
163 if (!data.WriteInt32(reqType)) { in OnPairConfirmed()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c177 static void WrapperPairConfiremedCallback(const BdAddr *bdAddr, int transport, int reqType, in WrapperPairConfiremedCallback() argument
189 transport, reqType, number); in WrapperPairConfiremedCallback()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host_observer.h37 const int32_t transport, const BluetoothRawAddress &device, int reqType, int number) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.h35 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override {}; in OnPairConfirmed() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_host_observer_proxy.h37 …void OnPairConfirmed(const int32_t transport, const BluetoothRawAddress &device, int reqType, int …
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/device/
H A Dusbfn_interface.h151 uint8_t reqType; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_mgt_msg_log.c41 static char *GetCoapReqTypeStr(uint8_t reqType) in GetCoapReqTypeStr() argument
43 switch (reqType) { in GetCoapReqTypeStr()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h53 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) in OnPairConfirmed() argument
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h236 typedef void (*GapPairConfirmedCallback)(const BdAddr *bdAddr, int transport, int reqType, int numb…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h90 …virtual void OnPairConfirmed(const BTTransport transport, const RawAddress &device, int reqType, i…
/ohos5.0/drivers/peripheral/usb/serial/include/
H A Dusb_serial.h143 UsbControlRequestType reqType; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp100 …void OnPairConfirmed(const BTTransport transport, const RawAddress &device, const int reqType, con… in OnPairConfirmed() argument
131 …void OnPairConfirmed(const BTTransport transport, const RawAddress &device, int reqType, int numbe… in OnPairConfirmed() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp295 … const BTTransport transport, const RawAddress &device, int32_t reqType, int32_t number) override in OnPairConfirmed() argument
298 GET_ENCRYPT_ADDR(device), reqType, number); in OnPairConfirmed()
299 …impl_->observers_.ForEach([this, transport, device, reqType, number](IBluetoothHostObserver *obser… in OnPairConfirmed()
304 observer->OnPairConfirmed(transport, device, reqType, number); in OnPairConfirmed()
463 …const BTTransport transport, const RawAddress &device, const int32_t reqType, const int32_t number… in OnPairConfirmed() argument
466 GET_ENCRYPT_ADDR(device), reqType, number); in OnPairConfirmed()
467 …impl_->bleObservers_.ForEach([this, transport, device, reqType, number](IBluetoothHostObserver *ob… in OnPairConfirmed()
477 observer->OnPairConfirmed(transport, device, reqType, number); in OnPairConfirmed()
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c231 dr.reqType = controlParams->reqType; in UsbControlSetUp()
256 controlParams.reqType = USB_REQUEST_TYPE_STANDARD; in UsbGetDescriptor()
314 controlParams.reqType = USB_REQUEST_TYPE_STANDARD; in UsbGetStatus()
362 controlParams.reqType = USB_REQUEST_TYPE_STANDARD; in UsbGetInterface()
401 controlParams.reqType = USB_REQUEST_TYPE_STANDARD; in UsbGetConfig()
448 controlParams.reqType = USB_REQUEST_TYPE_CLASS; in SerialCtrlMsg()
492 controlParams.reqType = USB_REQUEST_TYPE_STANDARD; in SerialCtrlAsyncMsg()
/ohos5.0/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c516 switch ((ctrl->reqType << 0x08) | ctrl->request) { in EcmSetup()
529 ctrl->reqType, ctrl->request, value, index, length); in EcmSetup()
534 ctrl->reqType, ctrl->request, value, index, length); in EcmSetup()
538 …HDF_LOGD("ecm req %{public}02x.%{public}02x response err %{public}d", ctrl->reqType, ctrl->request… in EcmSetup()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h125 uint8_t reqType; member

123