Home
last modified time | relevance | path

Searched refs:TestStub (Results 1 - 2 of 2) sorted by relevance

/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/rust/
H A Drust_samgr_test.rs28 use audio_rust_ipc::{ITest, TestStub};
56 let service = TestStub::new_remote_stub(TestService).expect("create TestService failed"); in add_systemability_test()
67 let service = TestStub::new_remote_stub(TestService).expect("create TestService failed"); in unload_systemability_test()
81 let service = TestStub::new_remote_stub(TestService).expect("create TestService failed"); in get_service_test()
93 let service = TestStub::new_remote_stub(TestService).expect("create TestService failed"); in test_request_concurent()
/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dstub.rs59 struct TestStub; structure names
60 impl RemoteStub for TestStub {
74 let remote = RemoteObj::from_stub(TestStub).unwrap(); in descriptor()

Completed in 1 milliseconds