Home
last modified time | relevance | path

Searched defs:peerName (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddatabus_socket_listener.cpp28 DBinderSocketInfo::DBinderSocketInfo(const std::string &ownName, const std::string &peerName, in DBinderSocketInfo()
68 std::string peerName = info.name; in ServerOnBind() local
182 … DatabusSocketListener::CreateClientSocket(const std::string &ownName, const std::string &peerName, in CreateClientSocket()
H A Dmessage_parcel.cpp141 std::string peerName = sessionOfPeer->GetServiceName(); in WriteDBinderProxy() local
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.cpp128 … const std::string &pkgName, const std::string &myName, const std::string &peerName, bool isServer) in Open()
193 …r::StartConnect(const std::string &pkgName, const std::string &myName, const std::string &peerName) in StartConnect()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.cpp103 std::string peerName = pipe_.pipeId; in OpenConnect() local
/ohos5.0/foundation/multimodalinput/input/intention/adapters/test/unittest/src/
H A Ddsoftbus_adapter_test.cpp317 char peerName[DEVICE_NAME_SIZE_MAX] { SERVER_SESSION_NAME }; variable
/ohos5.0/base/msdp/device_status/test/unittest/intention/adapters/src/
H A Ddsoftbus_adapter_test.cpp317 char peerName[DEVICE_NAME_SIZE_MAX] { SERVER_SESSION_NAME }; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dtrans_type.h50 char *peerName; /**< Peer socket name */ member
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_manager.cpp334 char peerName[SOCKET_NAME_MAX_LEN + 1]; in InitSocketAndListener() local
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h79 char *peerName; /**< Peer socket name */ member
/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp438 char peerName[DEVICE_NAME_SIZE_MAX] { SERVER_SESSION_NAME }; in OpenSessionLocked() local
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_manager.cpp365 char peerName[SOCKET_NAME_MAX_LEN + 1]; in ClientSocketInit() local
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp440 char peerName[DEVICE_NAME_SIZE_MAX] { SERVER_SESSION_NAME }; in OpenSessionLocked() local
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h53 char *peerName; /**< Peer socket name, maximum length 255 bytes */ member
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp213 std::string peerName, std::string networkId) in OnReceiveNewConnection()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp558 std::string peerName = SERVICE_NAME_TEST; variable