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:DelEvents
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/util/socket/test/
H
A
D
uds_session_test.cpp
221
* @tc.name:
DelEvents
222
* @tc.desc: Verify uds session function
DelEvents
226
HWTEST_F(UDSSessionTest,
DelEvents
, TestSize.Level1)
in HWTEST_F()
239
std::list<int32_t> timerIds = sesObj.
DelEvents
(type, i - 2);
in HWTEST_F()
245
* @tc.desc: Verify uds session function
DelEvents
261
ASSERT_NO_FATAL_FAILURE(sesObj.
DelEvents
(type, id));
in HWTEST_F()
266
* @tc.desc: Verify uds session function
DelEvents
282
ASSERT_NO_FATAL_FAILURE(sesObj.
DelEvents
(type, id));
in HWTEST_F()
285
ASSERT_NO_FATAL_FAILURE(sesObj.
DelEvents
(type, id));
in HWTEST_F()
290
* @tc.desc: Verify uds session function
DelEvents
[all...]
/foundation/multimodalinput/input/util/socket/include/
H
A
D
uds_session.h
107
std::list<int32_t>
DelEvents
(int32_t type, int32_t id);
/foundation/multimodalinput/input/service/event_handler/src/
H
A
D
anr_manager.cpp
67
std::list<int32_t> timerIds = sess->
DelEvents
(eventType, eventId);
in MarkProcessed()
/foundation/multimodalinput/input/util/socket/src/
H
A
D
uds_session.cpp
182
std::list<int32_t> UDSSession::
DelEvents
(int32_t type, int32_t id)
in DelEvents()
function in OHOS::MMI::UDSSession
Completed in 3 milliseconds