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:GetTimerIds
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/service/event_handler/src/
H
A
D
anr_manager.cpp
82
std::vector<int32_t> DispatchTimerIds = sess->
GetTimerIds
(ANR_DISPATCH);
in RemoveTimers()
89
std::vector<int32_t> MonitorTimerIds = sess->
GetTimerIds
(ANR_MONITOR);
in RemoveTimers()
105
std::vector<int32_t> timerIds = sess->
GetTimerIds
(ANR_MONITOR);
in RemoveTimersByType()
146
std::vector<int32_t> timerIds = sess->
GetTimerIds
(type);
in AddTimer()
/foundation/multimodalinput/input/util/socket/test/
H
A
D
uds_session_test.cpp
199
* @tc.name:
GetTimerIds
200
* @tc.desc: Verify uds session function
GetTimerIds
204
HWTEST_F(UDSSessionTest,
GetTimerIds
, TestSize.Level1)
in HWTEST_F()
213
std::vector<int32_t> ids = sesObj.
GetTimerIds
(type);
in HWTEST_F()
341
* @tc.desc: Verify uds session function
GetTimerIds
356
ASSERT_NO_FATAL_FAILURE(sesObj.
GetTimerIds
(type));
in HWTEST_F()
359
ASSERT_NO_FATAL_FAILURE(sesObj.
GetTimerIds
(type));
in HWTEST_F()
/foundation/multimodalinput/input/util/socket/include/
H
A
D
uds_session.h
106
std::vector<int32_t>
GetTimerIds
(int32_t type);
/foundation/multimodalinput/input/util/socket/src/
H
A
D
uds_session.cpp
166
std::vector<int32_t> UDSSession::
GetTimerIds
(int32_t type)
in GetTimerIds()
function in OHOS::MMI::UDSSession
Completed in 2 milliseconds