Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/services/
H A Dfaultlogger_daemon_test.cpp223 socklen_t clientAddrSize = static_cast<socklen_t>(sizeof(clientAddr)); in TestSecurityCheck() local
225 reinterpret_cast<struct sockaddr *>(&clientAddr), &clientAddrSize)); in TestSecurityCheck()
296 socklen_t clientAddrSize = static_cast<socklen_t>(sizeof(clientAddr)); in TestCheckRequestCredential() local
298 reinterpret_cast<struct sockaddr *>(&clientAddr), &clientAddrSize)); in TestCheckRequestCredential()
371 socklen_t clientAddrSize = static_cast<socklen_t>(sizeof(clientAddr)); in TestHandleExceptionRequest() local
373 reinterpret_cast<struct sockaddr *>(&clientAddr), &clientAddrSize)); in TestHandleExceptionRequest()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/faultloggerd_client/
H A Dfaultloggerd_client_test.cpp354 socklen_t clientAddrSize = static_cast<socklen_t>(sizeof(clientAddr)); in DoServerProcess() local
356 reinterpret_cast<struct sockaddr *>(&clientAddr), &clientAddrSize)); in DoServerProcess()
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp168 socklen_t clientAddrSize = static_cast<socklen_t>(sizeof(clientAddr)); in HandleAccept() local
171 reinterpret_cast<struct sockaddr *>(&clientAddr), &clientAddrSize)); in HandleAccept()