Home
last modified time | relevance | path

Searched defs:clientProxy (Results 1 – 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
Dtrans_client_proxy.cpp35 sptr<TransClientProxy> clientProxy = new (std::nothrow) TransClientProxy(clientObject); in GetClientProxy() local
45 sptr<TransClientProxy> clientProxy = GetClientProxy(pkgName, pid); in InformPermissionChange() local
63 sptr<TransClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientIpcOnChannelOpened() local
80 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); in ClientIpcOnChannelBind() local
102 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); in ClientIpcOnChannelOpenFailed() local
118 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); in ClientIpcOnChannelLinkDown() local
141 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); in ClientIpcOnChannelClosed() local
161 sptr<TransClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientIpcSetChannelInfo() local
188 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); in ClientIpcOnChannelMsgReceived() local
200 sptr<TransClientProxy> clientProxy = GetClientProxy(pkgName, param->pid); in ClientIpcOnChannelQosEvent() local
[all …]
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
Dbus_center_client_proxy.cpp31 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(clientObject); in GetClientProxy() local
42 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(info->pkgName, info->pid); in ClientOnJoinLNNResult() local
57 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnLeaveLNNResult() local
70 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClinetOnNodeOnlineStateChanged() local
81 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClinetOnNodeBasicInfoChanged() local
96 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClientOnNodeStatusChanged() local
107 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClinetOnLocalNetworkIdChanged() local
122 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClinetNotifyDeviceNotTrusted() local
138 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClientNotifyHichainProofException() local
155 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnTimeSyncResult() local
[all …]
/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/
Dclient_proxy_test.cpp69 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); variable
93 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); variable
113 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); variable
136 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); variable
158 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); variable
180 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); variable
200 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); variable
220 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); variable
/foundation/communication/dsoftbus/tests/core/transmission/ipc/
Dtrans_client_proxy_standard_test.cpp57 sptr<TransClientProxy> clientProxy = new (std::nothrow) TransClientProxy(remoteObject); variable
110 sptr<TransClientProxy> clientProxy = new (std::nothrow) TransClientProxy(remoteObject); variable
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/ipc/
Dbus_center_client_proxy_standard_test.cpp59 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(clientObject); in GetClientProxy() local
/foundation/communication/dsoftbus/sdk/frame/small/src/
Dsoftbus_server_proxy.c41 IClientProxy *clientProxy = NULL; in GetServerProxy() local
/foundation/communication/dhcp/frameworks/native/src/
Ddhcp_client_impl.cpp55 DhcpClientProxy *clientProxy = DhcpClientProxy::GetInstance(); in Init() local
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
Dipc_client_server_proxy.cpp59 IClientProxy *clientProxy = nullptr; in GetServerProxy() local
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
Dsvc_session_manager.h84 sptr<IServiceReverse> clientProxy; member
/foundation/communication/ipc/ipc/test/ipc/client/
Dipc_test_client.c148 IClientProxy *clientProxy = NULL; in GetServerProxy() local
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
Dscreen_session_manager_stub.cpp657 auto clientProxy = iface_cast<IScreenSessionManagerClient>(remoteObject); in OnRemoteRequest() local