Searched refs:IdlTestServiceProxy (Results 1 – 6 of 6) sorted by relevance
216 testService_ = (new (std::nothrow) IdlTestServiceProxy(object));299 export default class IdlTestServiceProxy implements IIdlTestService {310 …this.proxy.sendMessageRequest(IdlTestServiceProxy.COMMAND_TEST_INT_TRANSACTION, _data, _reply, _op…332 …this.proxy.sendMessageRequest(IdlTestServiceProxy.COMMAND_TEST_STRING_TRANSACTION, _data, _reply, …355 import IdlTestServiceProxy from './idl_test_service_proxy'371 let tsProxy = new IdlTestServiceProxy(nativeObj);
32 sptr<IdlTestServiceProxy> testService_;
36 testService_ = (new (std::nothrow) IdlTestServiceProxy(object)); in ConnectService()
46 proxy: IdlTestServiceProxy,187 impl IIdlTestService for IdlTestServiceProxy { implementation
353 …的onConnect回调会接收服务的onConnect()方法返回的IRemoteObject实例,使用IRemoteObject创建IdlTestServiceProxy类的实例对象testPr…358 import IdlTestServiceProxy from './idl_test_service_proxy'386 let testProxy: IdlTestServiceProxy = new IdlTestServiceProxy(proxy);
357 …oteObject** instance to create the **testProxy** instance of the **IdlTestServiceProxy** class and…362 import IdlTestServiceProxy from './idl_test_service_proxy'390 let testProxy: IdlTestServiceProxy = new IdlTestServiceProxy(proxy);