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:GetDeviceTags
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimodalinput/input/service/delegate_task/src/
H
A
D
delegate_interface.cpp
107
uint32_t currentTags =
GetDeviceTags
(type);
in AddHandler()
111
uint32_t allDeviceTags =
GetDeviceTags
(type);
in AddHandler()
151
uint32_t DelegateInterface::
GetDeviceTags
(InputHandlerType type) const
in GetDeviceTags()
function in OHOS::MMI::DelegateInterface
199
uint32_t currentTags =
GetDeviceTags
(type);
in RemoveHandler()
204
const uint64_t newTags =
GetDeviceTags
(type);
in RemoveHandler()
/foundation/multimodalinput/input/service/delegate_task/test/
H
A
D
delegate_interface_test.cpp
39
* @tc.desc: Test the function
GetDeviceTags
51
uint32_t ret = delegateInterface.
GetDeviceTags
(type);
in HWTEST_F()
56
uint32_t ret2 = delegateInterface.
GetDeviceTags
(type);
in HWTEST_F()
62
* @tc.desc: Test the function
GetDeviceTags
79
uint32_t ret1 = delegateInterface.
GetDeviceTags
(type);
in HWTEST_F()
83
uint32_t ret2 = delegateInterface.
GetDeviceTags
(type);
in HWTEST_F()
294
uint32_t currentTags = delegateInterface.
GetDeviceTags
(type);
in HWTEST_F()
/foundation/multimodalinput/input/service/delegate_task/include/
H
A
D
delegate_interface.h
59
uint32_t
GetDeviceTags
(InputHandlerType type) const;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H
A
D
input_handler_manager.cpp
72
uint32_t currentTags =
GetDeviceTags
();
in AddHandler()
77
uint32_t allDeviceTags =
GetDeviceTags
();
in AddHandler()
212
uint32_t currentTags =
GetDeviceTags
();
in RemoveHandler()
216
const uint64_t newTags =
GetDeviceTags
();
in RemoveHandler()
670
uint32_t deviceTags =
GetDeviceTags
();
in OnConnected()
737
uint32_t InputHandlerManager::
GetDeviceTags
() const
in GetDeviceTags()
function in OHOS::MMI::InputHandlerManager
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H
A
D
input_handler_manager.h
54
uint32_t
GetDeviceTags
() const;
Completed in 3 milliseconds