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:CreateEventLoop
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/wifi/wifi/base/cRPC/include/
H
A
D
evloop.h
45
EventLoop *
CreateEventLoop
(int size);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H
A
D
ievent_loop.cpp
28
IEventLoop *IEventLoop::
CreateEventLoop
(int &errCode)
in CreateEventLoop()
function in DistributedDB::IEventLoop
H
A
D
ievent_loop.h
44
static IEventLoop *
CreateEventLoop
(int &errCode);
/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H
A
D
server_test.cpp
46
loop =
CreateEventLoop
(1);
in HWTEST_F()
48
EXPECT_TRUE(
CreateEventLoop
(-1) == nullptr);
in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H
A
D
server_test.cpp
46
loop =
CreateEventLoop
(1);
in HWTEST_F()
48
EXPECT_TRUE(
CreateEventLoop
(-1) == nullptr);
in HWTEST_F()
/foundation/communication/wifi/wifi/base/cRPC/src/
H
A
D
evloop.c
28
EventLoop *
CreateEventLoop
(int size)
in CreateEventLoop()
function
H
A
D
server.c
92
server->loop =
CreateEventLoop
(MAX_SUPPORT_CLIENT_FD_SIZE);
in CreateRpcServer()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H
A
D
evloop_timer_unit_test.cpp
84
g_loop = IEventLoop::
CreateEventLoop
(errCode);
in SetUp()
116
IEventLoop *loop = IEventLoop::
CreateEventLoop
(errCode);
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
runtime_context_impl.cpp
344
loop = IEventLoop::
CreateEventLoop
(errCode);
Completed in 9 milliseconds