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:StopDrag
(Results
1 - 15
of
15
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H
A
D
interaction_impl.h
44
int32_t
StopDrag
(DragDropRet result) override;
H
A
D
interaction_impl.cpp
105
int32_t InteractionImpl::
StopDrag
(DragDropRet result)
in StopDrag()
function in OHOS::Ace::InteractionImpl
109
return InteractionManager::GetInstance()->
StopDrag
(dragDropResult);
in StopDrag()
/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H
A
D
interaction_interface.h
45
virtual int32_t
StopDrag
(DragDropRet result) = 0;
/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/
H
A
D
interaction_impl.h
43
int32_t
StopDrag
(DragDropRet result) override;
H
A
D
interaction_impl.cpp
63
int32_t InteractionImpl::
StopDrag
(DragDropRet result)
in StopDrag()
function in OHOS::Ace::InteractionImpl
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_interaction_interface.h
43
MOCK_METHOD(int32_t,
StopDrag
, (DragDropRet result), (override));
/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/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()
function in OHOS::Msdp::DeviceStatus::IntentionManager
283
return drag_.
StopDrag
(*tunnel_, dropResult);
in StopDrag()
/foundation/multimodalinput/input/intention/drag/server/src/
H
A
D
drag_server.cpp
71
return env_->GetDragManager().
StopDrag
(param.dropResult_, GetPackageName(context.tokenId));
in Stop()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H
A
D
drag_drop_func_wrapper.cpp
93
InteractionInterface::GetInstance()->
StopDrag
(dropResult);
in PostStopDrag()
H
A
D
drag_drop_manager.cpp
768
InteractionInterface::GetInstance()->
StopDrag
(dragDropRet);
in ResetDragDropStatus()
1051
InteractionInterface::GetInstance()->
StopDrag
(dragDropRet);
in OnDragDrop()
/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()
function in OHOS::Msdp::DeviceStatus::DragClient
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H
A
D
js_drag_controller.cpp
1581
Msdp::DeviceStatus::InteractionManager::GetInstance()->
StopDrag
(dropResult);
in HandleStopDragCallback()
Completed in 13 milliseconds