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:dragStyle_
(Results
1 - 6
of
6
) sorted by relevance
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_data_manager.cpp
37
dragStyle_
= style;
in SetDragStyle()
66
return
dragStyle_
;
in GetDragStyle()
128
dragStyle_
= DragCursorStyle::DEFAULT;
in ResetDragData()
H
A
D
drag_hisysevent.cpp
35
std::map<DragCursorStyle, std::string> DragDFX::
dragStyle_
= {
member in OHOS::Msdp::DeviceStatus::DragDFX
115
if (
dragStyle_
.find(style) ==
dragStyle_
.end()) {
in WriteUpdateDragStyle()
116
FI_HILOGE("
dragStyle_
can't find the drag style");
in WriteUpdateDragStyle()
119
std::string dragStyle =
dragStyle_
[style];
in WriteUpdateDragStyle()
/base/msdp/device_status/services/interaction/drag/include/
H
A
D
drag_data_manager.h
67
DragCursorStyle
dragStyle_
{ DragCursorStyle::DEFAULT };
H
A
D
drag_hisysevent.h
60
static std::map<DragCursorStyle, std::string>
dragStyle_
;
member in OHOS::Msdp::DeviceStatus::DragDFX
/base/msdp/device_status/test/unittest/intention/drag/src/
H
A
D
drag_manager_test.cpp
201
return
dragStyle_
;
in GetDragStyle()
207
dragStyle_
= style;
in SetDragSyle()
227
DragCursorStyle
dragStyle_
{ DragCursorStyle::DEFAULT };
/base/msdp/device_status/test/unittest/frameworks/src/
H
A
D
interaction_manager_test.cpp
215
return
dragStyle_
;
in GetDragStyle()
221
dragStyle_
= style;
in SetDragSyle()
241
DragCursorStyle
dragStyle_
{ DragCursorStyle::DEFAULT };
Completed in 9 milliseconds