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:DragAction
(Results
1 - 25
of
29
) sorted by relevance
1
2
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_drag_event_wrapper.h
27
using ArkWebDragAction = OHOS::NWeb::
DragAction
;
/base/msdp/device_status/services/interaction/drag/include/
H
A
D
drag_manager.h
118
int32_t GetDragAction(
DragAction
&dragAction) const override;
184
void CtrlKeyStyleChangedNotify(DragCursorStyle style,
DragAction
action);
186
void HandleCtrlKeyEvent(DragCursorStyle style,
DragAction
action);
212
std::atomic<
DragAction
> dragAction_ {
DragAction
::MOVE };
/base/msdp/device_status/intention/drag/data/include/
H
A
D
drag_params.h
244
explicit GetDragActionReply(
DragAction
dragAction);
249
DragAction
dragAction_ {
DragAction
::INVALID };
/base/msdp/device_status/frameworks/native/interaction/include/
H
A
D
drag_manager_impl.h
63
int32_t GetDragAction(
DragAction
& dragAction);
H
A
D
interaction_manager_impl.h
69
int32_t GetDragAction(
DragAction
&dragAction);
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_manager.cpp
1086
dragAction_.store(
DragAction
::MOVE);
in OnStartDrag()
1108
dragAction_.store(
DragAction
::MOVE);
in OnStopDrag()
1401
dragAction_.store(
DragAction
::MOVE);
in DragKeyEventCallback()
1406
dragAction_.store(
DragAction
::MOVE);
in DragKeyEventCallback()
1410
CtrlKeyStyleChangedNotify(DRAG_DATA_MGR.GetDragStyle(),
DragAction
::MOVE);
in DragKeyEventCallback()
1411
HandleCtrlKeyEvent(DRAG_DATA_MGR.GetDragStyle(),
DragAction
::MOVE);
in DragKeyEventCallback()
1412
dragAction_.store(
DragAction
::MOVE);
in DragKeyEventCallback()
1419
CtrlKeyStyleChangedNotify(DragCursorStyle::COPY,
DragAction
::COPY);
in DragKeyEventCallback()
1420
HandleCtrlKeyEvent(DragCursorStyle::COPY,
DragAction
::COPY);
in DragKeyEventCallback()
1421
dragAction_.store(
DragAction
in DragKeyEventCallback()
[all...]
/base/msdp/device_status/intention/drag/data/src/
H
A
D
drag_params.cpp
374
GetDragActionReply::GetDragActionReply(
DragAction
dragAction)
in GetDragActionReply()
387
(dragAction < static_cast<int32_t>(
DragAction
::INVALID)) ||
in Unmarshalling()
388
(dragAction > static_cast<int32_t>(
DragAction
::COPY))) {
in Unmarshalling()
391
dragAction_ = static_cast<
DragAction
>(dragAction);
in Unmarshalling()
/base/msdp/device_status/services/communication/base/
H
A
D
i_devicestatus.h
68
virtual int32_t GetDragAction(
DragAction
&dragAction) = 0;
/base/msdp/device_status/interfaces/innerkits/include/
H
A
D
devicestatus_client.h
72
int32_t GetDragAction(
DragAction
&dragAction);
/base/msdp/device_status/frameworks/native/interaction/src/
H
A
D
interaction_manager.cpp
228
int32_t InteractionManager::GetDragAction(
DragAction
&dragAction)
in GetDragAction()
340
int32_t InteractionManager::GetDragAction(
DragAction
&dragAction)
in GetDragAction()
H
A
D
interaction_manager_impl.cpp
341
int32_t InteractionManagerImpl::GetDragAction(
DragAction
&dragAction)
in GetDragAction()
H
A
D
drag_manager_impl.cpp
287
int32_t DragManagerImpl::GetDragAction(
DragAction
&dragAction)
in GetDragAction()
/base/msdp/device_status/intention/prototype/include/
H
A
D
i_drag_manager.h
65
virtual int32_t GetDragAction(
DragAction
&dragAction) const = 0;
/base/msdp/device_status/intention/drag/client/include/
H
A
D
drag_client.h
62
int32_t GetDragAction(ITunnelClient &tunnel,
DragAction
&dragAction);
/base/msdp/device_status/intention/frameworks/client/include/
H
A
D
intention_manager.h
81
int32_t GetDragAction(
DragAction
&dragAction);
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H
A
D
interaction_manager.h
293
int32_t GetDragAction(
DragAction
&dragAction);
H
A
D
drag_data.h
216
enum class
DragAction
{
class in OHOS::Msdp::DeviceStatus::DragState::DragResult::DragBehavior::PreviewType
/base/msdp/device_status/services/communication/client/include/
H
A
D
devicestatus_srv_proxy.h
73
virtual int32_t GetDragAction(
DragAction
&dragAction) override;
/base/msdp/device_status/test/unittest/frameworks/src/
H
A
D
interaction_manager_test.cpp
130
static void PrintDragAction(
DragAction
dragAction);
592
void InteractionManagerTest::PrintDragAction(
DragAction
dragAction)
in PrintDragAction()
595
case
DragAction
::MOVE:{
in PrintDragAction()
599
case
DragAction
::COPY:{
in PrintDragAction()
2177
DragAction
dragAction {
DragAction
::INVALID };
in HWTEST_F()
2180
EXPECT_EQ(dragAction,
DragAction
::MOVE);
in HWTEST_F()
2218
DragAction
dragAction {
DragAction
::INVALID };
in HWTEST_F()
2221
EXPECT_EQ(dragAction,
DragAction
in HWTEST_F()
[all...]
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb.h
118
enum class OHOS_NWEB_EXPORT
DragAction
{
class
134
virtual
DragAction
GetAction() = 0;
/base/msdp/device_status/services/native/include/
H
A
D
devicestatus_service.h
101
int32_t GetDragAction(
DragAction
&dragAction) override;
/base/msdp/device_status/test/unittest/intention/drag/src/
H
A
D
drag_manager_test.cpp
757
DragAction
dragAction {
DragAction
::INVALID };
in HWTEST_F()
1230
DragAction
dragAction {
DragAction
::INVALID };
in HWTEST_F()
1412
DragAction
dragAction {};
in HWTEST_F()
/base/msdp/device_status/frameworks/native/src/
H
A
D
devicestatus_client.cpp
447
int32_t DeviceStatusClient::GetDragAction(
DragAction
& dragAction)
in GetDragAction()
/base/msdp/device_status/intention/frameworks/client/src/
H
A
D
intention_manager.cpp
378
int32_t IntentionManager::GetDragAction(
DragAction
&dragAction)
in GetDragAction()
/base/msdp/device_status/services/communication/service/src/
H
A
D
devicestatus_srv_stub.cpp
909
DragAction
dragAction =
DragAction
::INVALID;
in GetDragActionStub()
Completed in 21 milliseconds
1
2