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:USB_FUNCTION_MTP
(Results
1 - 8
of
8
) sorted by relevance
/test/xts/hats/hdf/usb/mtpTest_additional/include/
H
A
D
usbfn_mtp_test.h
25
#define
USB_FUNCTION_MTP
(1 << 3)
macro
/test/xts/hats/hdf/usb/mtpTest/include/
H
A
D
usbfn_mtp_test.h
25
#define
USB_FUNCTION_MTP
(1 << 3)
macro
/test/xts/hats/hdf/usb/functionTest_additional/include/
H
A
D
usbd_function_test.h
36
#define
USB_FUNCTION_MTP
(1 << 3)
macro
/test/xts/hats/hdf/usb/functionTest/include/
H
A
D
usbd_function_test.h
36
#define
USB_FUNCTION_MTP
(1 << 3)
macro
/test/xts/hats/hdf/usb/functionTest/common/
H
A
D
usbd_function_test.cpp
278
int32_t funcs =
USB_FUNCTION_MTP
;
in HWTEST_F()
308
int32_t funcs =
USB_FUNCTION_MTP
| USB_FUNCTION_HDC;
in HWTEST_F()
338
int32_t funcs =
USB_FUNCTION_MTP
| USB_FUNCTION_RNDIS;
in HWTEST_F()
/test/xts/hats/hdf/usb/functionTest_additional/common/
H
A
D
usbd_function_test.cpp
102
* USB_FUNCTION_NONE,
USB_FUNCTION_MTP
.
108
ret = g_usbInterface->SetCurrentFunctions(
USB_FUNCTION_MTP
);
in HWTEST_F()
206
* Set
USB_FUNCTION_MTP
Check if the Get is correct.
211
auto ret = g_usbInterface->SetCurrentFunctions(
USB_FUNCTION_MTP
);
in HWTEST_F()
215
ASSERT_EQ(
USB_FUNCTION_MTP
, funcs);
in HWTEST_F()
/test/xts/hats/hdf/usb/mtpTest/common/
H
A
D
usbfn_mtp_test.cpp
191
ret = g_usbInterface->SetCurrentFunctions(
USB_FUNCTION_MTP
);
in SetUpTestCase()
/test/xts/hats/hdf/usb/mtpTest_additional/common/
H
A
D
usbfn_mtp_test.cpp
185
ret = g_usbInterface->SetCurrentFunctions(
USB_FUNCTION_MTP
);
in SetUpTestCase()
Completed in 8 milliseconds