Home
last modified time | relevance | path

Searched refs:_reply (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_oneway/target_rust/
H A DIFoo.rs.txt188 let _reply = self.remote.send_request(IFooCode::CodeVoidTestFunc as u32, &data, true)?;
195 let _reply = self.remote.send_request(IFooCode::CodeBoolTestFunc as u32, &data, true)?;
202 let _reply = self.remote.send_request(IFooCode::CodeByteTestFunc as u32, &data, true)?;
209 let _reply = self.remote.send_request(IFooCode::CodeShortTestFunc as u32, &data, true)?;
216 let _reply = self.remote.send_request(IFooCode::CodeIntTestFunc as u32, &data, true)?;
223 let _reply = self.remote.send_request(IFooCode::CodeLongTestFunc as u32, &data, true)?;
230 let _reply = self.remote.send_request(IFooCode::CodeStringTestFunc as u32, &data, true)?;
237 let _reply = self.remote.send_request(IFooCode::CodeFloatTestFunc as u32, &data, true)?;
244 let _reply = self.remote.send_request(IFooCode::CodeDoubleTestFunc as u32, &data, true)?;
251 let _reply = self.remote.send_request(IFooCode::CodeCharTestFunc as u32, &data, true)?;
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_provider_bundle/entry/src/main/ets/IdlServiceExt/
H A Didl_service_ext_proxy.ts30 let _reply = new rpc.MessageParcel();
32 …this.proxy.sendMessageRequest(IdlServiceExtProxy.COMMAND_PROCESS_DATA, _data, _reply, _option).the…
52 let _reply = new rpc.MessageParcel();
55 …this.proxy.sendMessageRequest(IdlServiceExtProxy.COMMAND_INSERT_DATA_TO_MAP, _data, _reply, _optio…
/ohos5.0/foundation/ability/idl_tool/test/sa_test/keyword_import_dir/target_rust/
H A DIFoo.rs.txt114 let _reply = self.remote.send_request(IFooCode::CodeSeqTestFunc as u32, &data, false)?;
123 let _reply = self.remote.send_request(IFooCode::CodeSeqTestFunc2 as u32, &data, false)?;
132 … let _reply = self.remote.send_request(IFooCode::CodeInterfaceTestFunc as u32, &data, false)?;
141 … let _reply = self.remote.send_request(IFooCode::CodeInterfaceTestFunc2 as u32, &data, false)?;
/ohos5.0/foundation/ability/idl_tool/
H A DREADME.md308 let _reply = new rpc.MessageParcel();
310 …dMessageRequest(IdlTestServiceProxy.COMMAND_TEST_INT_TRANSACTION, _data, _reply, _option).then(fun…
330 let _reply = new rpc.MessageParcel();
332 …ssageRequest(IdlTestServiceProxy.COMMAND_TEST_STRING_TRANSACTION, _data, _reply, _option).then(fun…
/ohos5.0/base/request/request/services/examples/
H A Drun_count.rs27 _reply: &mut ipc::parcel::MsgParcel, in on_remote_request()
/ohos5.0/foundation/ability/idl_tool/test/rust/moduletest/service/src/
H A DIIdlTestService.rs190 …let _reply = self.remote.send_request(IIdlTestServiceCode::CodeIdlIpcTestBasic001 as u32, &data, f… in idl_ipc_test_basic_001() localVariable
196 …let _reply = self.remote.send_request(IIdlTestServiceCode::CodeIdlIpcTestBasic002 as u32, &data, t… in idl_ipc_test_basic_002() localVariable
/ohos5.0/foundation/ability/idl_tool/test/sa_test/type_array/target_rust/
H A DIFoo.rs.txt221 let _reply = self.remote.send_request(IFooCode::CodeVoidTestFunc as u32, &data, false)?;
/ohos5.0/foundation/ability/idl_tool/test/sa_test/type_single/target_rust/
H A DIFoo.rs.txt236 let _reply = self.remote.send_request(IFooCode::CodeVoidTestFunc as u32, &data, false)?;
/ohos5.0/foundation/ability/idl_tool/test/sa_test/type_map/target_rust/
H A DIFoo.rs.txt465 let _reply = self.remote.send_request(IFooCode::CodeVoidTestFunc as u32, &data, false)?;