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:AddEvents
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H
A
D
ievent.h
42
virtual int
AddEvents
(EventsMask events) = 0;
H
A
D
event_impl.h
33
int
AddEvents
(EventsMask events) override;
H
A
D
event_impl.cpp
101
int EventImpl::
AddEvents
(EventsMask events)
in AddEvents()
function in DistributedDB::EventImpl
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H
A
D
evloop_timer_unit_test.cpp
561
* @tc.desc: Test
AddEvents
and RemoveEvents with fd is invalid
579
* @tc.steps:step2.
AddEvents
and RemoveEvents with events is 0
in HWTEST_F()
583
EXPECT_EQ(event->
AddEvents
(events), -E_INVALID_ARGS);
in HWTEST_F()
587
* @tc.steps:step3.
AddEvents
and RemoveEvents with fd is invalid
in HWTEST_F()
591
EXPECT_EQ(event->
AddEvents
(events), -E_INVALID_ARGS);
in HWTEST_F()
597
* @tc.desc: Test
AddEvents
and RemoveEvents with fd is valid
617
* @tc.steps:step2.
AddEvents
and RemoveEvents with fd is valid
in HWTEST_F()
621
EXPECT_EQ(event->
AddEvents
(events), E_OK);
in HWTEST_F()
625
* @tc.steps:step3.
AddEvents
and RemoveEvents after set action
in HWTEST_F()
633
EXPECT_EQ(event->
AddEvents
(event
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_command.h
65
void
AddEvents
(std::vector<std::string>&& events)
in AddEvents()
function in OHOS::Ace::Framework::JsCommandDomElementOperator
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
js_card_parser.cpp
1714
command->
AddEvents
(std::move(events));
in CreateDomNode()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
jsi_engine.cpp
534
command.
AddEvents
(std::move(events));
in AddDomEvent()
Completed in 16 milliseconds