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:UsbdFunction
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/usb/hdi_service/src/
H
A
D
usbd_function.cpp
42
uint32_t
UsbdFunction
::currentFuncs_ = USB_FUNCTION_HDC;
106
int32_t
UsbdFunction
::SendCmdToService(const char *name, int32_t cmd, unsigned char funcMask)
in SendCmdToService()
142
int32_t
UsbdFunction
::InitMtp()
in InitMtp()
163
int32_t
UsbdFunction
::ReleaseMtp()
in ReleaseMtp()
181
int32_t
UsbdFunction
::RemoveHdc()
in RemoveHdc()
191
int32_t
UsbdFunction
::AddHdc()
in AddHdc()
207
int32_t
UsbdFunction
::SetFunctionToRndis()
in SetFunctionToRndis()
217
int32_t
UsbdFunction
::SetFunctionToStorage()
in SetFunctionToStorage()
233
int32_t
UsbdFunction
::SetFunctionToRndisHdc()
in SetFunctionToRndisHdc()
243
int32_t
UsbdFunction
[all...]
H
A
D
usbd_port.cpp
79
UsbdFunction
::UsbdSetFunction(USB_FUNCTION_NONE);
in WritePortFile()
174
UsbdFunction
::UsbdSetFunction(USB_FUNCTION_HDC);
in SetPortInit()
H
A
D
usb_impl.cpp
1029
ret =
UsbdFunction
::UsbdUpdateFunction(it->second);
in UpdateFunctionStatus()
1929
funcs =
UsbdFunction
::UsbdGetFunction();
in GetCurrentFunctions()
1936
int32_t ret =
UsbdFunction
::UsbdSetFunction(funcs);
in SetCurrentFunctions()
/drivers/peripheral/usb/hdi_service/include/
H
A
D
usbd_function.h
77
class
UsbdFunction
{
class
79
UsbdFunction
() = default;
80
~
UsbdFunction
() = default;
Completed in 7 milliseconds