Home
last modified time | relevance | path

Searched refs:DemoProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/demo_sa/include/
H A Ddemo_proxy.h27 class DemoProxy : public IRemoteProxy<DemoInterface> {
29 explicit DemoProxy(const sptr<IRemoteObject>& impl) in DemoProxy() function
31 ~DemoProxy() = default;
35 static inline BrokerDelegator<DemoProxy> delegator_;
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/demo_sa/src/
H A Ddemo_proxy.cpp27 int DemoProxy::AddVolume(int volume) in AddVolume()