Home
last modified time | relevance | path

Searched refs:TestRemoteStub (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dskeleton.rs29 struct TestRemoteStub; structure names
31 impl RemoteStub for TestRemoteStub {
33 reply.write("TestRemoteStub"); in on_remote_request()
53 data.write_remote(RemoteObj::from_stub(TestRemoteStub).unwrap()) in context()
71 assert_eq!("TestRemoteStub", s); in context()
H A Dparcel_remote.rs30 struct TestRemoteStub; structure names
32 impl RemoteStub for TestRemoteStub {
52 SystemAbilityManager::add_systemability(TEST_SYSTEM_ABILITY_ID, TestRemoteStub); in init()
/foundation/communication/ipc/interfaces/innerkits/rust/examples/
H A Dbasic.rs21 struct TestRemoteStub; structure names

Completed in 2 milliseconds