Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetUsbd
(Results
1 - 11
of
11
) sorted by relevance
/base/usb/usb_manager/services/native/include/
H
A
D
usb_port_manager.h
37
int32_t
SetUsbd
(const sptr<HDI::Usb::V1_0::IUsbInterface> &usbd);
H
A
D
usb_device_manager.h
38
int32_t
SetUsbd
(const sptr<HDI::Usb::V1_0::IUsbInterface> &usbd);
H
A
D
usb_service.h
67
int32_t
SetUsbd
(const sptr<HDI::Usb::V1_1::IUsbInterface> &usbd);
/base/usb/usb_manager/test/native/mock/src/
H
A
D
usb_event_mock_test.cpp
77
usbSrv_->
SetUsbd
(mockUsbImpl_);
in SetUpTestCase()
89
usbSrv_->
SetUsbd
(usbd);
in TearDownTestCase()
H
A
D
usb_core_mock_test.cpp
90
usbSrv_->
SetUsbd
(mockUsbImpl_);
in SetUpTestCase()
111
usbSrv_->
SetUsbd
(usbd);
in TearDownTestCase()
H
A
D
usb_request_mock_test.cpp
62
usbSrv_->
SetUsbd
(mockUsbImpl_);
in SetUpTestCase()
110
usbSrv_->
SetUsbd
(usbd);
in TearDownTestCase()
H
A
D
usb_bulkcallback_mock_test.cpp
94
usbSrv_->
SetUsbd
(mockUsbImpl_);
in SetUpTestCase()
142
usbSrv_->
SetUsbd
(usbd);
in TearDownTestCase()
H
A
D
usb_device_pipe_mock_test.cpp
86
usbSrv_->
SetUsbd
(mockUsbImpl_);
in SetUpTestCase()
128
usbSrv_->
SetUsbd
(usbd);
in TearDownTestCase()
/base/usb/usb_manager/services/native/src/
H
A
D
usb_device_manager.cpp
74
int32_t UsbDeviceManager::
SetUsbd
(const sptr<IUsbInterface> &usbd)
in SetUsbd()
function in OHOS::USB::UsbDeviceManager
H
A
D
usb_port_manager.cpp
72
int32_t UsbPortManager::
SetUsbd
(const sptr<IUsbInterface> &usbd)
in SetUsbd()
function in OHOS::USB::UsbPortManager
H
A
D
usb_service.cpp
106
int32_t UsbService::
SetUsbd
(const sptr<OHOS::HDI::Usb::V1_1::IUsbInterface> &usbd)
in SetUsbd()
function in OHOS::USB::UsbService
118
usbPortManager_->
SetUsbd
(usbd);
in SetUsbd()
124
usbDeviceManager_->
SetUsbd
(usbd);
in SetUsbd()
Completed in 19 milliseconds