Searched refs:remoteProxy (Results 1 - 7 of 7) sorted by relevance
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/ |
H A D | ChildProcess.cpp | 19 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 D | hello.cpp | 54 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 D | testService.js | 53 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 D | testService.js | 50 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 D | testService.js | 55 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 D | testService.js | 60 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 D | testService.js | 52 onConnect: function (elementName, remoteProxy) {
53 console.log('RpcClient: onConnect called, remoteProxy: ' + remoteProxy);
54 resolve(remoteProxy);
|
Completed in 3 milliseconds