Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/test/rustest/src/
H A Dlib.rs106 data.write_interface_token(SERVICE_TOKEN).unwrap(); in construct()
127 data.write_interface_token(SERVICE_TOKEN).unwrap(); in pause_version()
140 data.write_interface_token(SERVICE_TOKEN).unwrap(); in query()
152 data.write_interface_token(SERVICE_TOKEN).unwrap(); in query_mime_type()
174 data.write_interface_token(SERVICE_TOKEN).unwrap(); in remove_version()
187 data.write_interface_token(SERVICE_TOKEN).unwrap(); in resume()
199 data.write_interface_token(SERVICE_TOKEN).unwrap(); in start()
211 data.write_interface_token(SERVICE_TOKEN).unwrap(); in stop()
223 data.write_interface_token(SERVICE_TOKEN).unwrap(); in show()
235 data.write_interface_token(SERVICE_TOKEN).unwrap(); in touch()
[all …]
/ohos5.0/base/security/asset/interfaces/inner_kits/rs/src/
H A Dlib.rs56 parcel.write_interface_token(self.descriptor()).map_err(ipc_err_handle)?; in add()
65 parcel.write_interface_token(self.descriptor()).map_err(ipc_err_handle)?; in remove()
74 parcel.write_interface_token(self.descriptor()).map_err(ipc_err_handle)?; in update()
84 parcel.write_interface_token(self.descriptor()).map_err(ipc_err_handle)?; in pre_query()
94 parcel.write_interface_token(self.descriptor()).map_err(ipc_err_handle)?; in query()
104 parcel.write_interface_token(self.descriptor()).map_err(ipc_err_handle)?; in post_query()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dskeleton.rs51 data.write_interface_token("ohos.samgr.accessToken"); in context()
65 data.write_interface_token("ohos.samgr.accessToken"); in context()
73 data.write_interface_token("ohos.samgr.accessToken"); in context()
H A Dparcel_remote.rs58 .write_interface_token(data.read_interface_token().unwrap().as_str()) in parcel_remote_primitive()
122 msg.write_interface_token("hello ipc").unwrap(); in read_and_write()
H A Dinteractive.rs82 msg.write_interface_token("TEST").unwrap(); in interactive_msg_parcel_write()
/ohos5.0/base/request/request/services/src/service/run_count/
H A Dmod.rs55 parcel.write_interface_token("OHOS.Download.NotifyInterface")?; in notify_run_count()
/ohos5.0/base/request/request/services/examples/
H A Drun_count.rs48 data.write_interface_token(SERVICE_TOKEN).unwrap(); in main()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs151 pub fn write_interface_token(&mut self, name: &str) -> IpcResult<()> { in write_interface_token() method
H A Dwrapper.rs597 msg.write_interface_token("test"); in primitive()
752 msg.write_interface_token("test token").unwrap(); in interface()