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:GetDragAction
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H
A
D
drag_drop_func_wrapper.cpp
211
if (manager->
GetDragAction
() != nullptr && (manager->
GetDragAction
())->dragState == DragAdapterState::SENDING) {
in CheckStartAction()
238
manager->
GetDragAction
()->dragState = DragAdapterState::INIT;
in StartDragAction()
246
manager->
GetDragAction
()->dragState = DragAdapterState::INIT;
in StartDragAction()
261
manager->
GetDragAction
()->dragState = DragAdapterState::INIT;
in StartDragAction()
H
A
D
drag_drop_manager.h
224
std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction>
GetDragAction
()
in GetDragAction()
function in OHOS::OHOS::Ace::NG::DragDropManager
/foundation/multimodalinput/input/intention/drag/server/src/
H
A
D
drag_server.cpp
174
return
GetDragAction
(context, data, reply);
in GetParam()
408
int32_t DragServer::
GetDragAction
(CallingContext &context, MessageParcel &data, MessageParcel &reply)
in GetDragAction()
function in OHOS::Msdp::DeviceStatus::DragServer
412
int32_t ret = env_->GetDragManager().
GetDragAction
(dragAction);
in GetDragAction()
/foundation/multimodalinput/input/intention/drag/client/include/
H
A
D
drag_client.h
61
int32_t
GetDragAction
(ITunnelClient &tunnel, DragAction &dragAction);
/foundation/multimodalinput/input/intention/prototype/include/
H
A
D
i_drag_manager.h
55
virtual int32_t
GetDragAction
(DragAction &dragAction) const = 0;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
drag_adapter_impl.cpp
68
auto action = manager->
GetDragAction
();
in StartDrag()
/foundation/multimodalinput/input/intention/frameworks/client/include/
H
A
D
intention_manager.h
80
int32_t
GetDragAction
(DragAction &dragAction);
/foundation/multimodalinput/input/intention/drag/server/include/
H
A
D
drag_server.h
57
int32_t
GetDragAction
(CallingContext &context, MessageParcel &data, MessageParcel &reply);
/foundation/multimodalinput/input/intention/frameworks/client/src/
H
A
D
intention_manager.cpp
354
int32_t IntentionManager::
GetDragAction
(DragAction &dragAction)
in GetDragAction()
function in OHOS::Msdp::DeviceStatus::IntentionManager
357
return drag_.
GetDragAction
(*tunnel_, dragAction);
in GetDragAction()
/foundation/multimodalinput/input/intention/drag/client/src/
H
A
D
drag_client.cpp
372
int32_t DragClient::
GetDragAction
(ITunnelClient &tunnel, DragAction &dragAction)
in GetDragAction()
function in OHOS::Msdp::DeviceStatus::DragClient
Completed in 7 milliseconds