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:findFlag
(Results
1 - 8
of
8
) sorted by relevance
/drivers/hdf_core/adapter/uhdf2/host/src/
H
A
D
devhost_dump.c
70
bool
findFlag
= false;
in DevHostCheckDumpExist()
local
74
findFlag
= true;
in DevHostCheckDumpExist()
79
return
findFlag
;
in DevHostCheckDumpExist()
/drivers/peripheral/usb/ddk/host/src/
H
A
D
ddk_pnp_listener_mgr.c
57
bool
findFlag
= false;
in DdkListenerMgrIsExists()
local
60
findFlag
= true;
in DdkListenerMgrIsExists()
66
return
findFlag
;
in DdkListenerMgrIsExists()
H
A
D
usb_interface_pool.c
251
bool
findFlag
= false;
in IfFindPipeObj()
local
265
findFlag
= true;
in IfFindPipeObj()
270
findFlag
= true;
in IfFindPipeObj()
277
if (
findFlag
) {
in IfFindPipeObj()
283
if (!
findFlag
) {
in IfFindPipeObj()
H
A
D
liteos_adapter.c
79
bool
findFlag
= false;
in UsbFindUrb()
local
88
findFlag
= true;
in UsbFindUrb()
92
return
findFlag
;
in UsbFindUrb()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H
A
D
usb_pnp_notify.c
73
bool
findFlag
= false;
in UsbPnpNotifyFindDeviceList()
local
84
findFlag
= true;
in UsbPnpNotifyFindDeviceList()
94
return
findFlag
;
in UsbPnpNotifyFindDeviceList()
131
bool
findFlag
= false;
in UsbPnpNotifyFindInfo()
local
136
findFlag
= true;
in UsbPnpNotifyFindInfo()
141
findFlag
= true;
in UsbPnpNotifyFindInfo()
146
findFlag
= true;
in UsbPnpNotifyFindInfo()
153
if (
findFlag
) {
in UsbPnpNotifyFindInfo()
158
if (!
findFlag
) {
in UsbPnpNotifyFindInfo()
171
bool
findFlag
in UsbPnpNotifyDestroyInfo()
local
728
bool
findFlag
= false;
UsbPnpNotifyGetUsbDevice()
local
[all...]
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H
A
D
usb_pnp_notify.c
92
bool
findFlag
= false;
in UsbPnpNotifyFindInfo()
local
97
findFlag
= true;
in UsbPnpNotifyFindInfo()
102
findFlag
= true;
in UsbPnpNotifyFindInfo()
107
findFlag
= true;
in UsbPnpNotifyFindInfo()
114
if (
findFlag
) {
in UsbPnpNotifyFindInfo()
119
if (!
findFlag
) {
in UsbPnpNotifyFindInfo()
131
bool
findFlag
= false;
in UsbPnpNotifyDestroyInfo()
local
146
findFlag
= true;
in UsbPnpNotifyDestroyInfo()
154
if (!
findFlag
) {
in UsbPnpNotifyDestroyInfo()
/drivers/hdf_core/adapter/uhdf2/manager/src/
H
A
D
devmgr_dump.c
52
bool
findFlag
= false;
in DevMgrDumpHostFindHost()
local
59
findFlag
= true;
in DevMgrDumpHostFindHost()
68
if (!
findFlag
) {
in DevMgrDumpHostFindHost()
/drivers/hdf_core/framework/model/usb/src/
H
A
D
usb_ddk_pnp_loader.c
894
bool
findFlag
= false;
in UsbDdkPnpLoaderRemoveDevice()
local
916
findFlag
= true;
in UsbDdkPnpLoaderRemoveDevice()
931
if (
findFlag
== false) {
in UsbDdkPnpLoaderRemoveDevice()
Completed in 18 milliseconds