Home
last modified time | relevance | path

Searched refs:CreateEventLoop (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/wifi/wifi/base/cRPC/include/
H A Devloop.h45 EventLoop *CreateEventLoop(int size);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Dievent_loop.cpp28 IEventLoop *IEventLoop::CreateEventLoop(int &errCode) in CreateEventLoop() function in DistributedDB::IEventLoop
H A Dievent_loop.h44 static IEventLoop *CreateEventLoop(int &errCode);
/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H A Dserver_test.cpp46 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 Dserver_test.cpp46 loop = CreateEventLoop(1); in HWTEST_F()
48 EXPECT_TRUE(CreateEventLoop(-1) == nullptr); in HWTEST_F()
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Devloop.c28 EventLoop *CreateEventLoop(int size) in CreateEventLoop() function
H A Dserver.c92 server->loop = CreateEventLoop(MAX_SUPPORT_CLIENT_FD_SIZE); in CreateRpcServer()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Devloop_timer_unit_test.cpp84 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 Druntime_context_impl.cpp344 loop = IEventLoop::CreateEventLoop(errCode);

Completed in 9 milliseconds