Home
last modified time | relevance | path

Searched refs:remoteProxy (Results 1 - 7 of 7) sorted by relevance

/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
H A DChildProcess.cpp19 static void DummyCallBack(int errCode, OHIPCRemoteProxy *remoteProxy) in DummyCallBack() argument
21 if (remoteProxy != nullptr) { in DummyCallBack()
22 OH_IPCRemoteProxy_Destroy(remoteProxy); in DummyCallBack()
H A Dhello.cpp54 static void OnNativeChildProcessStarted(int errCode, OHIPCRemoteProxy *remoteProxy) in OnNativeChildProcessStarted() argument
57 g_ipcProxyPnt = new (std::nothrow) IpcProxy(remoteProxy); in OnNativeChildProcessStarted()
60 OH_IPCRemoteProxy_Destroy(remoteProxy); in OnNativeChildProcessStarted()
/test/xts/dcts/communication/dsoftbus_request/rpc/src/main/js/test/
H A DtestService.js53 onConnect: function (elementName, remoteProxy) {
54 console.log('RpcClient: onConnect called, remoteProxy: ' + remoteProxy);
55 resolve(remoteProxy)
/test/xts/dcts/filemanagement/fileio/client/src/main/js/test/
H A DtestService.js50 onConnect: function (elementName, remoteProxy) {
51 console.log('fileioClient: onConnect called, remoteProxy: ' + remoteProxy);
52 resolve(remoteProxy)
/test/xts/dcts/multimedia/avsession/src/main/js/test/
H A DtestService.js55 onConnect: function (elementName, remoteProxy) {
56 console.log('avsessionClient: onConnect called, remoteProxy: ' + remoteProxy);
57 resolve(remoteProxy)
/test/xts/dcts/ability/dmsfwk/dmsfwk/src/main/js/test/
H A DtestService.js60 onConnect: function (elementName, remoteProxy) {
61 console.log('dmsClient: onConnect called, remoteProxy: ' + remoteProxy);
62 resolve(remoteProxy);
/test/xts/dcts/communication/dsoftbus/rpc/src/main/js/test/
H A DtestService.js52 onConnect: function (elementName, remoteProxy) {
53 console.log('RpcClient: onConnect called, remoteProxy: ' + remoteProxy);
54 resolve(remoteProxy);

Completed in 3 milliseconds