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:DRAG_EXCEPTION
(Results
1 - 8
of
8
) sorted by relevance
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H
A
D
drag_data.h
105
DRAG_EXCEPTION
= 3
member in OHOS::Msdp::DeviceStatus::DragState::DragResult
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_hisysevent.cpp
46
{ DragResult::
DRAG_EXCEPTION
, "DRAG_EXPECTION" }
H
A
D
drag_manager.cpp
379
if ((dropResult.result != DragResult::
DRAG_EXCEPTION
) && (context_ != nullptr) && (timerId_ >= 0)) {
in StopDrag()
551
if ((result < DragResult::DRAG_SUCCESS) || (result > DragResult::
DRAG_EXCEPTION
)) {
in NotifyDragResult()
694
DragDropResult dropResult { DragResult::
DRAG_EXCEPTION
, false, -1 };
in OnDragUp()
838
{ DragResult::
DRAG_EXCEPTION
, "abnormal" }
in GetDragResult()
1315
case DragResult::
DRAG_EXCEPTION
: {
in HandleDragResult()
/base/msdp/device_status/frameworks/native/interaction/src/
H
A
D
drag_manager_impl.cpp
86
(result > static_cast<int32_t>(DragResult::
DRAG_EXCEPTION
))) {
in OnNotifyResult()
/base/msdp/device_status/intention/drag/data/src/
H
A
D
drag_params.cpp
74
(result > static_cast<int32_t>(DragResult::
DRAG_EXCEPTION
))) {
in Unmarshalling()
/base/msdp/device_status/intention/drag/client/src/
H
A
D
drag_client.cpp
483
(result > static_cast<int32_t>(DragResult::
DRAG_EXCEPTION
))) {
in OnNotifyResult()
/base/msdp/device_status/services/communication/service/src/
H
A
D
devicestatus_srv_stub.cpp
690
(result > static_cast<int32_t>(DragResult::
DRAG_EXCEPTION
))) {
in StopDragStub()
/base/msdp/device_status/services/communication/client/src/
H
A
D
devicestatus_srv_proxy.cpp
500
if (dropResult.result < DragResult::DRAG_SUCCESS || dropResult.result > DragResult::
DRAG_EXCEPTION
) {
in StopDrag()
Completed in 10 milliseconds