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:hasHandle
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H
A
D
internal_drag_action.h
68
bool
hasHandle
= false;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H
A
D
drag_drop_func_wrapper.cpp
183
bool
hasHandle
= false;
in HandleCallback()
local
186
hasHandle
= dragAction->
hasHandle
;
in HandleCallback()
187
dragAction->
hasHandle
= true;
in HandleCallback()
189
if (
hasHandle
) {
in HandleCallback()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H
A
D
js_drag_controller.cpp
97
bool
hasHandle
= false;
member
494
asyncCtx->
hasHandle
= false;
in CallBackForJs()
583
bool
hasHandle
= false;
in HandleSuccess()
local
586
hasHandle
= asyncCtx->
hasHandle
;
in HandleSuccess()
587
asyncCtx->
hasHandle
= true;
in HandleSuccess()
589
if (
hasHandle
) {
in HandleSuccess()
612
bool
hasHandle
= false;
in HandleFail()
local
615
hasHandle
= asyncCtx->
hasHandle
;
in HandleFail()
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
drag_adapter_impl.cpp
70
action->
hasHandle
= false;
in StartDrag()
Completed in 5 milliseconds