/foundation/communication/dsoftbus/tests/core/bus_center/lnn/ipc/ |
H A D | bus_center_client_proxy_standard_test.cpp | 59 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(clientObject); in GetClientProxy() local
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_client_impl.cpp | 55 DhcpClientProxy *clientProxy = DhcpClientProxy::GetInstance(); in Init() local
|
/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | softbus_server_proxy.c | 42 IClientProxy *clientProxy = NULL; in GetServerProxy() local
|
/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/ |
H A D | client_proxy_test.cpp | 69 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 D | trans_client_proxy_standard_test.cpp | 57 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 D | ipc_client_server_proxy.cpp | 59 IClientProxy *clientProxy = nullptr; in GetServerProxy() local
|
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | svc_session_manager.h | 83 sptr<IServiceReverse> clientProxy; member
|
/foundation/communication/ipc/ipc/test/ipc/client/ |
H A D | ipc_test_client.c | 148 IClientProxy *clientProxy = NULL; in GetServerProxy() local
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy.cpp | 31 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 D | trans_client_proxy.cpp | 35 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 D | screen_session_manager_stub.cpp | 675 auto clientProxy = iface_cast<IScreenSessionManagerClient>(remoteObject); in OnRemoteRequest() local
|