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:DragNotifyMsg
(Results
1 - 9
of
9
) sorted by relevance
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H
A
D
i_start_drag_listener.h
28
virtual void OnDragEndMessage(const
DragNotifyMsg
&msg) = 0;
H
A
D
drag_data.h
134
struct
DragNotifyMsg
{
struct in OHOS::Msdp::DeviceStatus::DragState::DragResult::DragBehavior
/base/msdp/device_status/test/unittest/frameworks/src/
H
A
D
interaction_drag_drawing_test.cpp
127
explicit TestStartDragListener(std::function<void(const
DragNotifyMsg
&)> function) : function_(function) { }
in TestStartDragListener()
128
void OnDragEndMessage(const
DragNotifyMsg
&msg) override
143
std::function<void(const
DragNotifyMsg
&)> function_;
188
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
233
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
278
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
320
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
365
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
407
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
449
auto callback = [&promiseFlag](const
DragNotifyMsg
in HWTEST_F()
[all...]
H
A
D
interaction_manager_test.cpp
247
explicit UnitTestStartDragListener(std::function<void(const
DragNotifyMsg
&)> function) : function_(function) { }
in UnitTestStartDragListener()
248
void OnDragEndMessage(const
DragNotifyMsg
&msg) override
263
std::function<void(const
DragNotifyMsg
&)> function_;
1085
auto callback = [&promiseFlag](const
DragNotifyMsg
& notifyMessage) {
in HWTEST_F()
1128
auto callback = [&promiseFlag](const
DragNotifyMsg
& notifyMessage) {
in HWTEST_F()
1182
auto callback = [&promiseFlag](const
DragNotifyMsg
& notifyMessage) {
in HWTEST_F()
1226
auto callback = [&promiseFlag](const
DragNotifyMsg
& notifyMessage) {
in HWTEST_F()
1268
auto callback = [&promiseFlag](const
DragNotifyMsg
& notifyMessage) {
in HWTEST_F()
1315
auto callback = [&promiseFlag](const
DragNotifyMsg
& notifyMessage) {
in HWTEST_F()
1356
auto callback = [&promiseFlag](const
DragNotifyMsg
in HWTEST_F()
[all...]
/base/msdp/device_status/test/unittest/intention/drag/src/
H
A
D
drag_manager_test.cpp
135
explicit TestStartDragListener(std::function<void(const
DragNotifyMsg
&)> function) : function_(function) { }
in TestStartDragListener()
136
void OnDragEndMessage(const
DragNotifyMsg
&msg) override
151
std::function<void(const
DragNotifyMsg
&)> function_;
264
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
288
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
312
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
467
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
501
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
531
auto callback = [&promiseFlag](const
DragNotifyMsg
¬ifyMessage) {
in HWTEST_F()
563
auto callback = [&promiseFlag](const
DragNotifyMsg
in HWTEST_F()
[all...]
H
A
D
drag_server_test.cpp
259
explicit TestStartDragListener(std::function<void(const
DragNotifyMsg
&)> function) : function_(function) { }
in TestStartDragListener()
260
void OnDragEndMessage(const
DragNotifyMsg
&msg) override
275
std::function<void(const
DragNotifyMsg
&)> function_;
1510
auto dragEndHandler = [](const
DragNotifyMsg
& msg) {
in HWTEST_F()
/base/msdp/device_status/frameworks/native/interaction/src/
H
A
D
drag_manager_impl.cpp
77
DragNotifyMsg
notifyMsg;
in OnNotifyResult()
/base/msdp/device_status/test/unittest/intention/services/src/
H
A
D
intention_service_test.cpp
223
explicit TestStartDragListener(std::function<void(const
DragNotifyMsg
&)> function) : function_(function) { }
in TestStartDragListener()
224
void OnDragEndMessage(const
DragNotifyMsg
&msg) override
239
std::function<void(const
DragNotifyMsg
&)> function_;
/base/msdp/device_status/intention/drag/client/src/
H
A
D
drag_client.cpp
474
DragNotifyMsg
notifyMsg;
in OnNotifyResult()
Completed in 12 milliseconds