Home
last modified time | relevance | path

Searched defs:socketInfo (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_net_diag_data.cpp300 bool NetDiagUnixSocketInfo::Unmarshalling(Parcel &parcel, NetDiagUnixSocketInfo &socketInfo) in Unmarshalling()
358 bool NeyDiagNetProtoSocketInfo::Unmarshalling(Parcel &parcel, NeyDiagNetProtoSocketInfo &socketInfo) in Unmarshalling()
397 for (const auto &socketInfo : unixSocketsInfo_) { in Marshalling() local
411 for (const auto &socketInfo : netProtoSocketsInfo_) { in Marshalling() local
433 NetDiagUnixSocketInfo socketInfo; in Unmarshalling() local
446 NeyDiagNetProtoSocketInfo socketInfo; in Unmarshalling() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddatabus_socket_listener.cpp111 DBinderSocketInfo socketInfo; in ClientOnShutdown() local
164 std::shared_ptr<std::mutex> DatabusSocketListener::QueryOrNewInfoMutex(DBinderSocketInfo socketInfo) in QueryOrNewInfoMutex()
201 SocketInfo socketInfo = { in CreateClientSocket() local
235 DBinderSocketInfo socketInfo; in ShutdownSocket() local
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionopened_fuzzer/
H A Dsoftbusonsinksessionopened_fuzzer.cpp32 PeerSocketInfo socketInfo = { in SoftbusOnSinkSessionOpenedFuzzTest() local
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionopened_fuzzer/
H A Dsoftbusonsourcesessionopened_fuzzer.cpp32 PeerSocketInfo socketInfo = { in SoftbusOnSourceSessionOpenedFuzzTest() local
/ohos5.0/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_socket_manager.c198 SocketNodeInfo *socketInfo = NULL; in CreateOrRestartSocketCloseTimer() local
239 SocketNodeInfo *socketInfo; in GetIdentityBySocketId() local
274 SocketNodeInfo *socketInfo = MALLOC(sizeof(SocketNodeInfo)); in CreateSocketNodeInfo() local
296 SocketNodeInfo *socketInfo = CreateSocketNodeInfo(socket, devId); in ProcessBindDevice() local
408 SocketInfo socketInfo = { in ProcessCreateServer() local
529 SocketNodeInfo *socketInfo = LIST_ENTRY(node, SocketNodeInfo, link); in GetSocketBySocketList() local
669 SocketInfo socketInfo = { in PrepareBindSocket() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_auth_negotiation_test/
H A Dtrans_auth_negotiation_test.cpp288 ConnSocketInfo socketInfo; variable
303 ConnSocketInfo socketInfo; variable
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnet_diag_wrapper_test.cpp370 NetDiagSocketsInfo socketInfo; variable
509 NetDiagUnixSocketInfo socketInfo; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.cpp102 SocketInfo socketInfo; in OpenConnect() local
H A Dsoftbus_adapter_standard.cpp407 SocketInfo socketInfo; in CreateSessionServerAdapter() local
563 ServerSocketInfo socketInfo; in OnBind() local
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/
H A Ddbinder_remote_listener.cpp147 SocketInfo socketInfo = { in CreateClientSocket() local
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp461 SocketInfo socketInfo; in CreateClientSocket() local
534 SocketInfo socketInfo; in CreateSessionServerAdapter() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_auth_negotiation.c258 static int32_t SetWlanAuthConnInfo(const struct ConnSocketInfo *socketInfo, AuthConnInfo *authConnI… in SetWlanAuthConnInfo()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_diag_wrapper.cpp505 NeyDiagNetProtoSocketInfo socketInfo; in ExtractNetProtoSocketsInfo() local
534 NetDiagUnixSocketInfo socketInfo; in ExtractUnixSocketsInfo() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h127 struct ConnSocketInfo socketInfo; member