Home
last modified time | relevance | path

Searched refs:ClientOnBind (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_remote_listener_unittest.cpp529 dBinderRemoteListener.ClientOnBind(socketId, info);
546 dBinderRemoteListener.ClientOnBind(socketId, info);
563 dBinderRemoteListener.ClientOnBind(socketId, info);
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_remote_listener.h40 static void ClientOnBind(int32_t socket, PeerSocketInfo info);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddatabus_socket_listener.cpp54 clientListener_.OnBind = DatabusSocketListener::ClientOnBind; in DatabusSocketListener()
96 void DatabusSocketListener::ClientOnBind(int32_t socket, PeerSocketInfo info) in ClientOnBind() function in OHOS::DatabusSocketListener
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddatabus_socket_listener.h79 static void ClientOnBind(int32_t socket, PeerSocketInfo info);
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/
H A Ddbinder_remote_listener.cpp34 clientListener_.OnBind = DBinderRemoteListener::ClientOnBind; in DBinderRemoteListener()
72 void DBinderRemoteListener::ClientOnBind(int32_t socket, PeerSocketInfo info) in ClientOnBind() function in OHOS::DBinderRemoteListener
/ohos5.0/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_socket_manager.c339 static void ClientOnBind(int socket, const DeviceIdentify *devId) in ClientOnBind() function
604 ClientOnBind(socket, devId); in BindSync()