Home
last modified time | relevance | path

Searched defs:CalcService (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/ipc/example/rust_test/server/src/
H A Dmain.rs25 pub struct CalcService; struct
27 impl ICalc for CalcService { implementation
42 impl IRemoteBroker for CalcService {} implementation