Searched refs:InitSocket (Results 1 - 7 of 7) sorted by relevance
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/ |
H A D | easy_socket_writer.c | 44 static int InitSocket(struct sockaddr_un* socketAddr) in InitSocket() function 78 ret = InitSocket(&socketAddr); in Write()
|
/base/msdp/device_status/test/unittest/intention/adapters/src/ |
H A D | dsoftbus_adapter_test.cpp | 307 * @tc.desc: Test InitSocket 311 HWTEST_F(DsoftbusAdapterTest, InitSocket, TestSize.Level1) in HWTEST_F() 328 int32_t ret = DSoftbusAdapterImpl::GetInstance()->InitSocket(info, SOCKET_CLIENT, socket); in HWTEST_F() 330 ret = DSoftbusAdapterImpl::GetInstance()->InitSocket(info, SOCKET_SERVER, socket); in HWTEST_F() 494 * @tc.desc: Test InitSocket 510 int32_t ret = DSoftbusAdapterImpl::GetInstance()->InitSocket(info, SOCKET_CLIENT, socket); in HWTEST_F() 512 ret = DSoftbusAdapterImpl::GetInstance()->InitSocket(info, SOCKET_SERVER, socket); in HWTEST_F()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/include/ |
H A D | event_server.h | 42 void InitSocket(int &socketId);
|
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/ |
H A D | dsoftbus_adapter_impl.h | 96 int32_t InitSocket(SocketInfo info, int32_t socketType, int32_t &socket);
|
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/ |
H A D | dsoftbus_adapter_impl.cpp | 366 int32_t DSoftbusAdapterImpl::InitSocket(SocketInfo info, int32_t socketType, int32_t &socket) in InitSocket() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapterImpl 420 int32_t ret = InitSocket(info, SOCKET_SERVER, socketFd_); in SetupServer() 471 int32_t ret = InitSocket(info, SOCKET_CLIENT, socket); in OpenSessionLocked()
|
/base/msdp/device_status/test/fuzztest/dsoftbusadapter_fuzzer/ |
H A D | dsoftbusadapter_fuzzer.cpp | 194 DSoftbusAdapterImpl::GetInstance()->InitSocket(info, socket, socket); in InitSocketFuzzTest()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_server.cpp | 147 void SocketDevice::InitSocket(int &socketId)
in InitSocket() function in OHOS::HiviewDFX::SocketDevice 177 InitSocket(socketId_);
in Open()
|
Completed in 5 milliseconds