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 D | IFoo.rs.txt | 188 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 D | idl_service_ext_proxy.ts | 30 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 D | IFoo.rs.txt | 114 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 D | README.md | 308 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 D | run_count.rs | 27 _reply: &mut ipc::parcel::MsgParcel, in on_remote_request()
|
/ohos5.0/foundation/ability/idl_tool/test/rust/moduletest/service/src/ |
H A D | IIdlTestService.rs | 190 …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 D | IFoo.rs.txt | 221 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 D | IFoo.rs.txt | 236 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 D | IFoo.rs.txt | 465 let _reply = self.remote.send_request(IFooCode::CodeVoidTestFunc as u32, &data, false)?;
|