Home
last modified time | relevance | path

Searched refs:InitSocket (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/
H A Deasy_socket_writer.c44 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 Ddsoftbus_adapter_test.cpp307 * @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 Devent_server.h42 void InitSocket(int &socketId);
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter_impl.h96 int32_t InitSocket(SocketInfo info, int32_t socketType, int32_t &socket);
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp366 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 Ddsoftbusadapter_fuzzer.cpp194 DSoftbusAdapterImpl::GetInstance()->InitSocket(info, socket, socket); in InitSocketFuzzTest()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp147 void SocketDevice::InitSocket(int &socketId) in InitSocket() function in OHOS::HiviewDFX::SocketDevice
177 InitSocket(socketId_); in Open()

Completed in 5 milliseconds