Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/ipc/
H A Dbus_center_client_proxy_standard_test.cpp59 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(clientObject); in GetClientProxy() local
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_impl.cpp55 DhcpClientProxy *clientProxy = DhcpClientProxy::GetInstance(); in Init() local
/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_server_proxy.c42 IClientProxy *clientProxy = NULL; in GetServerProxy() local
/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/
H A Dclient_proxy_test.cpp69 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); in HWTEST_F() local
93 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); in HWTEST_F() local
113 sptr<BusCenterClientProxy> clientProxy in HWTEST_F() local
136 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); HWTEST_F() local
158 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); HWTEST_F() local
180 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); HWTEST_F() local
200 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); HWTEST_F() local
220 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_standard_test.cpp57 sptr<TransClientProxy> clientProxy = new (std::nothrow) TransClientProxy(remoteObject); in HWTEST_F() local
110 sptr<TransClientProxy> clientProxy = new (std::nothrow) TransClientProxy(remoteObject); HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_server_proxy.cpp59 IClientProxy *clientProxy = nullptr; in GetServerProxy() local
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h83 sptr<IServiceReverse> clientProxy; member
/foundation/communication/ipc/ipc/test/ipc/client/
H A Dipc_test_client.c148 IClientProxy *clientProxy = NULL; in GetServerProxy() local
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A 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); ClinetOnNodeBasicInfoChanged() local
96 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); ClientOnNodeStatusChanged() local
107 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); ClinetOnLocalNetworkIdChanged() local
122 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); ClinetNotifyDeviceTrustedChange() local
138 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); ClientNotifyHichainProofException() local
155 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); ClientOnTimeSyncResult() local
170 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); ClientOnPublishLNNResult() local
186 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); ClientOnRefreshLNNResult() local
202 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); ClientOnRefreshDeviceFound() local
224 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); ClientOnDataLevelChanged() local
[all...]
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A 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
77 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); in ClientIpcOnChannelBind() local
99 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); ClientIpcOnChannelOpenFailed() local
115 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); ClientIpcOnChannelLinkDown() local
138 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); ClientIpcOnChannelClosed() local
158 sptr<TransClientProxy> clientProxy = GetClientProxy(pkgName, pid); ClientIpcSetChannelInfo() local
185 sptr<TransClientProxy> clientProxy = GetClientProxy(data->msgPkgName, data->msgPid); ClientIpcOnChannelMsgReceived() local
197 sptr<TransClientProxy> clientProxy = GetClientProxy(pkgName, param->pid); ClientIpcOnChannelQosEvent() local
213 sptr<TransClientProxy> clientProxy = GetClientProxy(pkgName, pid); ClientIpcOnTransLimitChange() local
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp675 auto clientProxy = iface_cast<IScreenSessionManagerClient>(remoteObject); in OnRemoteRequest() local

Completed in 12 milliseconds