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:DragResult
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H
A
D
interaction_impl.cpp
25
Msdp::DeviceStatus::
DragResult
TranslateDragResult(DragRet dragResult);
27
DragRet TranslateDragResult(Msdp::DeviceStatus::
DragResult
dragResult);
182
Msdp::DeviceStatus::
DragResult
TranslateDragResult(DragRet dragResult)
in TranslateDragResult()
186
return Msdp::DeviceStatus::
DragResult
::DRAG_SUCCESS;
in TranslateDragResult()
188
return Msdp::DeviceStatus::
DragResult
::DRAG_FAIL;
in TranslateDragResult()
190
return Msdp::DeviceStatus::
DragResult
::DRAG_CANCEL;
in TranslateDragResult()
192
return Msdp::DeviceStatus::
DragResult
::DRAG_SUCCESS;
in TranslateDragResult()
225
DragRet TranslateDragResult(Msdp::DeviceStatus::
DragResult
dragResult)
in TranslateDragResult()
228
case Msdp::DeviceStatus::
DragResult
::DRAG_SUCCESS:
in TranslateDragResult()
230
case Msdp::DeviceStatus::
DragResult
in TranslateDragResult()
[all...]
/foundation/multimodalinput/input/intention/drag/data/src/
H
A
D
drag_params.cpp
73
(result < static_cast<int32_t>(
DragResult
::DRAG_SUCCESS)) ||
in Unmarshalling()
74
(result > static_cast<int32_t>(
DragResult
::DRAG_EXCEPTION))) {
in Unmarshalling()
77
dropResult_.result = static_cast<
DragResult
>(result);
in Unmarshalling()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
jsEnumStyle.js
2978
var
DragResult
;
variable
2979
(function (
DragResult
) {
2980
DragResult
[
DragResult
["DRAG_SUCCESSFUL"] = 0] = "DRAG_SUCCESSFUL";
2981
DragResult
[
DragResult
["DRAG_FAILED"] = 1] = "DRAG_FAILED";
2982
DragResult
[
DragResult
["DRAG_CANCELED"] = 2] = "DRAG_CANCELED";
2983
DragResult
[
DragResult
["DROP_ENABLE
[all...]
/foundation/multimodalinput/input/intention/prototype/include/
H
A
D
i_drag_manager.h
53
virtual
DragResult
GetDragResult() const = 0;
/foundation/multimodalinput/input/intention/drag/client/src/
H
A
D
drag_client.cpp
469
if ((result < static_cast<int32_t>(
DragResult
::DRAG_SUCCESS)) ||
in OnNotifyResult()
470
(result > static_cast<int32_t>(
DragResult
::DRAG_EXCEPTION))) {
in OnNotifyResult()
474
notifyMsg.result = static_cast<
DragResult
>(result);
in OnNotifyResult()
/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()
Completed in 11 milliseconds