Home
last modified time | relevance | path

Searched refs:Socket (Results 1 - 25 of 31) sorted by relevance

12

/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dsocket.cpp26 Socket::Socket(int socketType) : socketType(socketType) {} in Socket() function in OHOS::HiviewDFX::Socket
28 void Socket::SetType(uint32_t socketOption) in SetType()
33 void Socket::SetCredential(struct ucred& cred) in SetCredential()
38 uid_t Socket::GetUid() in GetUid()
43 pid_t Socket::GetPid() in GetPid()
48 int Socket::GenerateFD() in GenerateFD()
59 int Socket::Create() in Create()
77 int Socket::Poll() in Poll()
82 int Socket
[all...]
H A Dseq_packet_socket_server.cpp36 std::cerr << "Socket listen failed: "; in StartAcceptingConnection()
52 std::cerr << "Socket polling error: "; in AcceptingLoop()
66 std::unique_ptr<Socket> handler = std::make_unique<Socket>(SOCK_SEQPACKET); in AcceptingLoop()
73 std::cerr << "Socket accept failed: "; in AcceptingLoop()
H A Dsocket_client.cpp31 SocketClient::SocketClient(std::string serverPath, uint32_t socketType) : Socket(socketType) in SocketClient()
/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
H A Dsocket.h25 class Socket { class
27 explicit Socket(int socketType);
28 ~Socket();
H A Dsocket_client.h27 class SocketClient : public Socket {
H A Dseq_packet_socket_server.h27 using AcceptingHandler = std::function<void(std::unique_ptr<Socket>)>;
/base/hiviewdfx/hilog/services/hilogd/
H A Dcmd_executor.cpp58 [this] (std::unique_ptr<Socket> handler) { in MainLoop()
67 void CmdExecutor::OnAcceptedConnection(std::unique_ptr<Socket> handler) in OnAcceptedConnection()
73 newVal->m_clientThread = std::thread([this](std::unique_ptr<Socket> handler) { in OnAcceptedConnection()
80 void CmdExecutor::ClientEventLoop(std::unique_ptr<Socket> handler) in ClientEventLoop()
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dcmd_executor.h44 void OnAcceptedConnection(std::unique_ptr<Socket> handler);
45 void ClientEventLoop(std::unique_ptr<Socket> handler);
H A Dservice_controller.h45 ServiceController(std::unique_ptr<Socket> communicationSocket, LogCollector& collector, HilogBuffer& hilogBuffer,
93 std::unique_ptr<Socket> m_communicationSocket;
/base/security/device_security_level/test/dslm_fuzz_test/mock/
H A Dmock.cpp23 int32_t Socket(SocketInfo info) in Socket() function
/base/msdp/device_status/utils/ipc/include/
H A Dstream_client.h38 virtual int32_t Socket() = 0;
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dkernel_interface_adapter.h33 virtual int Socket(int af, int type, int protocol) { return 0; }; in Socket() function in OHOS::Security::SecurityGuard::KernelInterfaceAdapter
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_client.cpp65 [this] { return this->Socket(); }, in Connect()
85 int32_t SocketClient::Socket() in Socket() function in OHOS::Msdp::DeviceStatus::SocketClient
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_msg_interface_mock.h46 virtual int32_t Socket(SocketInfo info) = 0;
70 MOCK_METHOD(int32_t, Socket, (SocketInfo info), (override));
H A Ddslm_msg_interface_mock.cpp139 int32_t Socket(SocketInfo info) in Socket() function
/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_client.h46 int32_t Socket() override;
/base/msdp/device_status/utils/ipc/src/
H A Dstream_client.cpp40 if (Socket() < 0) { in StartConnect()
41 FI_HILOGE("Socket failed"); in StartConnect()
/base/msdp/device_status/interfaces/innerkits/include/
H A Dclient.h33 int32_t Socket() override;
/base/security/security_guard/test/fuzztest/risk_collect/riskcollect_fuzzer/
H A Drisk_collect_fuzzer.cpp67 adapter.Socket(0, 0, 0); in KernelInterfaceAdapterFuzzTest()
/base/telephony/call_manager/services/distributed_call/src/transmission/
H A Dclient_session.cpp91 int32_t socket = Socket(socketInfo); in CreateSocket()
H A Dserver_session.cpp47 int32_t socket = Socket(socketInfo); in Create()
/base/msdp/device_status/test/fuzztest/ipcsocket_fuzzer/
H A Dipcsocket_fuzzer.cpp75 socketClient.Socket(); in SocketClientFuzzTest()
/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h348 int32_t Socket(SocketInfo info);
/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp261 int32_t Client::Socket() in Socket() function in OHOS::Msdp::DeviceStatus::Client
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_manager.cpp180 int32_t ret = ::Socket(info); // create service socket id in ServiceSocketInit()
366 return ::Socket(info); in InitSocketAndListener()
432 ACCESSTOKEN_LOG_INFO(LABEL, "Socket is invalid"); in CloseSocket()

Completed in 8 milliseconds

12