Searched refs:reqType (Results 1 - 8 of 8) sorted by relevance
/base/usb/usb_manager/interfaces/kits/js/napi/include/ |
H A D | usb_async_context.h | 90 uint32_t reqType; member 102 uint32_t reqType; member
|
/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | usb_info.cpp | 232 uint32_t reqType; member 245 uint32_t reqType = 0; in ParsePipeControlParam() local 246 NapiUtil::JsObjectToUint(env, jsObj, "reqType", reqType); in ParsePipeControlParam() 263 controlParam.reqType = reqType; in ParsePipeControlParam() 272 uint32_t reqType; member 283 uint32_t reqType = 0; in ParseUsbPipeControlParam() local 284 NapiUtil::JsObjectToUint(env, jsObj, "bmRequestType", reqType); in ParseUsbPipeControlParam() 303 controlParam.reqType in ParseUsbPipeControlParam() [all...] |
/base/location/services/location_locator/locator/include/ |
H A D | locator_required_data_manager.h | 146 * @param reqType Pair type. 150 void OnPairConfirmed(const Bluetooth::BluetoothRemoteDevice &device, int reqType, int number) override;
|
/base/usb/usb_manager/services/zidl/src/ |
H A D | usb_srv_proxy.cpp | 820 uint32_t reqType = static_cast<uint32_t>(ctrl.requestType); in ControlTransfer() local 821 bool isWrite = ((reqType & USB_ENDPOINT_DIR_MASK) == USB_ENDPOINT_DIR_OUT); in ControlTransfer() 864 uint32_t reqType = static_cast<uint32_t>(ctrlParams.requestType); in UsbControlTransfer() local 865 bool isWrite = ((reqType & USB_ENDPOINT_DIR_MASK) == USB_ENDPOINT_DIR_OUT); in UsbControlTransfer()
|
/base/telephony/cellular_data/test/ |
H A D | zero_branch_test.cpp | 588 int32_t reqType = TYPE_REQUEST_NET; in HWTEST_F() local 590 controller.cellularDataHandler_->IsSimRequestNetOnVSimEnabled(reqType, isMmsType); in HWTEST_F() 592 controller.cellularDataHandler_->IsSimRequestNetOnVSimEnabled(reqType, isMmsType); in HWTEST_F() 593 reqType = 0; in HWTEST_F() 594 EXPECT_FALSE(controller.cellularDataHandler_->IsSimRequestNetOnVSimEnabled(reqType, isMmsType)); in HWTEST_F()
|
/base/location/services/location_locator/locator/source/ |
H A D | locator_required_data_manager.cpp | 187 void LocatorBluetoothHost::OnPairConfirmed(const Bluetooth::BluetoothRemoteDevice &device, int reqType, int number) {} in OnPairConfirmed() argument
|
/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_handler.h | 154 bool IsSimRequestNetOnVSimEnabled(int32_t reqType, bool isMmsType) const;
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_handler.cpp | 1052 bool CellularDataHandler::IsSimRequestNetOnVSimEnabled(int32_t reqType, bool isMmsType) const in IsSimRequestNetOnVSimEnabled() argument 1054 if (reqType == TYPE_REQUEST_NET) { in IsSimRequestNetOnVSimEnabled()
|
Completed in 14 milliseconds