Home
last modified time | relevance | path

Searched refs:IdlTestServiceProxy (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/
H A DREADME.md216 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);
/ohos5.0/foundation/ability/idl_tool/test/native/include/
H A Dtest_client.h32 sptr<IdlTestServiceProxy> testService_;
/ohos5.0/foundation/ability/idl_tool/test/native/src/
H A Dtest_client.cpp36 testService_ = (new (std::nothrow) IdlTestServiceProxy(object)); in ConnectService()
/ohos5.0/foundation/ability/idl_tool/test/rust/moduletest/service/src/
H A DIIdlTestService.rs46 proxy: IdlTestServiceProxy,
187 impl IIdlTestService for IdlTestServiceProxy { implementation
/ohos5.0/docs/zh-cn/application-dev/IDL/
H A Didl-guidelines.md353 …的onConnect回调会接收服务的onConnect()方法返回的IRemoteObject实例,使用IRemoteObject创建IdlTestServiceProxy类的实例对象testPr…
358 import IdlTestServiceProxy from './idl_test_service_proxy'
386 let testProxy: IdlTestServiceProxy = new IdlTestServiceProxy(proxy);
/ohos5.0/docs/en/application-dev/IDL/
H A Didl-guidelines.md357 …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);