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:mapIgnoreDevice
(Results
1 - 6
of
6
) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/host/
H
A
D
host_usb.cpp
107
UsbCheckStatus statusCheck = thisClass->
mapIgnoreDevice
[szTmpKey];
in WatchUsbNodeChange()
122
mapIgnoreDevice
[nodeKey] = HOST_USB_IGNORE;
in ReviewUsbNodeLater()
180
mapIgnoreDevice
[sn] = HOST_USB_REGISTER;
in DetectMyNeed()
407
if (
mapIgnoreDevice
.count(mountInfo)) {
in OpenDeviceMyNeed()
408
mapIgnoreDevice
.erase(mountInfo);
in OpenDeviceMyNeed()
H
A
D
host_usb.h
155
std::map<string, UsbCheckStatus>
mapIgnoreDevice
;
member in Hdc::HostUsb
/developtools/hdc/src/host/
H
A
D
host_usb.h
64
map<string, UsbCheckStatus>
mapIgnoreDevice
;
member in Hdc::HdcHostUSB
H
A
D
host_usb.cpp
177
mapIgnoreDevice
[sn] = HOST_USB_REGISTER;
in DetectMyNeed()
200
if (
mapIgnoreDevice
.count(mountInfo)) {
in RemoveIgnoreDevice()
201
mapIgnoreDevice
.erase(mountInfo);
in RemoveIgnoreDevice()
209
mapIgnoreDevice
[nodeKey] = HOST_USB_IGNORE;
in ReviewUsbNodeLater()
234
UsbCheckStatus statusCheck = thisClass->
mapIgnoreDevice
[szTmpKey];
in WatchUsbNodeChange()
H
A
D
host_uart.h
109
std::map<string, UartCheckStatus>
mapIgnoreDevice
;
member in Hdc::HdcHostUART
/developtools/hdc/test/unittest/common/
H
A
D
host_uart_test.cpp
144
EXPECT_EQ(hostUart.
mapIgnoreDevice
.empty(), true);
in HWTEST_F()
Completed in 5 milliseconds