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:dropResult
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimodalinput/input/intention/drag/client/include/
H
A
D
drag_client.h
40
int32_t StopDrag(ITunnelClient &tunnel, const DragDropResult &
dropResult
);
/foundation/multimodalinput/input/intention/prototype/include/
H
A
D
i_drag_manager.h
44
virtual int32_t StopDrag(const DragDropResult &
dropResult
, const std::string &packageName = "") = 0;
/foundation/multimodalinput/input/intention/drag/data/src/
H
A
D
drag_params.cpp
55
StopDragParam::StopDragParam(const DragDropResult &
dropResult
)
in StopDragParam()
argument
56
: dropResult_(
dropResult
)
in StopDragParam()
/foundation/multimodalinput/input/intention/frameworks/client/include/
H
A
D
intention_manager.h
61
int32_t StopDrag(const DragDropResult &
dropResult
);
/foundation/multimodalinput/input/intention/frameworks/client/src/
H
A
D
intention_manager.cpp
280
int32_t IntentionManager::StopDrag(const DragDropResult &
dropResult
)
in StopDrag()
argument
283
return drag_.StopDrag(*tunnel_,
dropResult
);
in StopDrag()
/foundation/multimodalinput/input/intention/drag/data/include/
H
A
D
drag_params.h
75
explicit StopDragParam(const DragDropResult &
dropResult
);
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H
A
D
drag_drop_func_wrapper.cpp
91
OHOS::Ace::DragDropRet
dropResult
{ OHOS::Ace::DragRet::DRAG_CANCEL, false, windowId,
in PostStopDrag()
93
InteractionInterface::GetInstance()->StopDrag(
dropResult
);
in PostStopDrag()
/foundation/multimodalinput/input/intention/drag/client/src/
H
A
D
drag_client.cpp
70
int32_t DragClient::StopDrag(ITunnelClient &tunnel, const DragDropResult &
dropResult
)
in StopDrag()
argument
73
StopDragParam param {
dropResult
};
in StopDrag()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H
A
D
js_drag_controller.cpp
1579
Msdp::DeviceStatus::DragDropResult
dropResult
{ Msdp::DeviceStatus::DragResult::DRAG_CANCEL, false,
in HandleStopDragCallback()
1581
Msdp::DeviceStatus::InteractionManager::GetInstance()->StopDrag(
dropResult
);
in HandleStopDragCallback()
Completed in 9 milliseconds