/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_profile_defines.h | 117 …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 D | napi_bluetooth_host_observer.h | 33 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 D | usb_async_context.h | 97 uint32_t reqType; member 109 uint32_t reqType; member
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection_observer.cpp | 78 …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 D | napi_bluetooth_connection_observer.h | 36 void OnPairConfirmed(const BluetoothRemoteDevice &device, int reqType, int number) override;
|
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | usb_info.cpp | 249 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 D | classic_adapter.cpp | 712 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 D | classic_adapter.h | 824 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 D | bluetooth_host_observer_stub.cpp | 138 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 D | bluetooth_host_observer_proxy.cpp | 144 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 D | softbus_adapter_bt_common.c | 177 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 D | i_bluetooth_host_observer.h | 37 const int32_t transport, const BluetoothRawAddress &device, int reqType, int number) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
H A D | napi_bluetooth_access_observer.h | 35 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 D | bluetooth_host_observer_proxy.h | 37 …void OnPairConfirmed(const int32_t transport, const BluetoothRawAddress &device, int reqType, int …
|
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/device/ |
H A D | usbfn_interface.h | 151 uint8_t reqType; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_dfinder_mgt_msg_log.c | 41 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 D | ble_test.h | 53 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 D | ohos_bt_gap.h | 236 typedef void (*GapPairConfirmedCallback)(const BdAddr *bdAddr, int transport, int reqType, int numb…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_classic.h | 90 …virtual void OnPairConfirmed(const BTTransport transport, const RawAddress &device, int reqType, i…
|
/ohos5.0/drivers/peripheral/usb/serial/include/ |
H A D | usb_serial.h | 143 UsbControlRequestType reqType; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/ |
H A D | generic_access_service.cpp | 100 …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 D | bluetooth_host_server.cpp | 295 … 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 D | usb_serial.c | 231 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 D | cdcecm.c | 516 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 D | usbd.h | 125 uint8_t reqType; member
|