Home
last modified time | relevance | path

Searched refs:StartConnect (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H A Dfaultloggerd_client.cpp78 if (!StartConnect(sockfd, name.c_str(), SOCKET_TIMEOUT)) { in RequestFileDescriptorEx()
79 DFXLOGE("[%{public}d]: StartConnect(%{public}d) failed", __LINE__, sockfd); in RequestFileDescriptorEx()
112 if (!StartConnect(sockfd, name.c_str(), SOCKET_TIMEOUT)) { in RequestFileDescriptorByCheck()
113 DFXLOGE("[%{public}d]: StartConnect(%{public}d) failed", __LINE__, sockfd); in RequestFileDescriptorByCheck()
161 if (StartConnect(sockfd, name.c_str(), SOCKET_TIMEOUT)) { in CheckConnectStatus()
178 if (!StartConnect(sockfd, name.c_str(), SOCKET_TIMEOUT)) { in SendRequestToServer()
179 DFXLOGE("[%{public}d]: StartConnect(%{public}d) failed", __LINE__, sockfd); in SendRequestToServer()
260 if (!StartConnect(sockfd, name.c_str(), SOCKET_TIMEOUT)) { in RequestPrintTHilog()
261 DFXLOGE("[%{public}d]: StartConnect(%{public}d) failed", __LINE__, sockfd); in RequestPrintTHilog()
326 if (!StartConnect(sockf in RequestDelPipeFd()
[all...]
H A Dfaultloggerd_socket.h25 bool StartConnect(int& sockfd, const char* path, const int timeout);
H A Dfaultloggerd_socket.cpp33 bool StartConnect(int& sockfd, const char* path, const int timeout) in StartConnect() function
/base/msdp/device_status/utils/ipc/src/
H A Dstream_client.cpp37 int32_t StreamClient::StartConnect() in StartConnect() function in OHOS::Msdp::DeviceStatus::StreamClient
112 if (StartConnect() < 0) { in StartClient()
/base/msdp/device_status/utils/ipc/include/
H A Dstream_client.h40 int32_t StartConnect();
/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp192 return StartConnect(); in Reconnect()
/base/hiviewdfx/faultloggerd/test/unittest/faultloggerd_client/
H A Dfaultloggerd_client_test.cpp364 bool retBool = StartConnect(clientSocketFd, socketFileName.c_str(), 10); in DoClientProcess()
/base/hiviewdfx/faultloggerd/test/unittest/services/
H A Dfaultlogger_daemon_test.cpp207 bool ret = StartConnect(clientSocketFd, socketFileName.c_str(), 10); // 10 : socket connect time out 10 second in DoClientProcess()

Completed in 5 milliseconds