Home
last modified time | relevance | path

Searched refs:g_socketServer (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/msdp/device_status/test/unittest/intention/ipc/src/
H A Dsocket_session_test.cpp38 std::shared_ptr<SocketServer> g_socketServer { nullptr }; variable
53 g_socketServer = std::make_unique<SocketServer>(g_context); in SetUp()
70 g_socketServer = nullptr; in TearDown()
201 int32_t ret = g_socketServer->Enable(context, datas, reply);
222 int32_t ret = g_socketServer->Disable(context, datas, reply);
243 int32_t ret = g_socketServer->Start(context, datas, reply);
265 int32_t ret = g_socketServer->Stop(context, datas, reply);
286 int32_t ret = g_socketServer->AddWatch(context, 1, datas, reply);
328 int32_t ret = g_socketServer->SetParam(context, 1, datas, reply);
349 int32_t ret = g_socketServer->GetParam(context, 1, datas, reply);
[all …]