Searched refs:PowerMgrProxyAsync (Results 1 – 2 of 2) sorted by relevance
53 class PowerMgrProxyAsync : public IRemoteProxy<IPowerMgrAsync> {55 explicit PowerMgrProxyAsync(const sptr<IRemoteObject>& impl) in PowerMgrProxyAsync() function57 ~PowerMgrProxyAsync() = default;58 DISALLOW_COPY_AND_MOVE(PowerMgrProxyAsync);62 static inline BrokerDelegator<PowerMgrProxyAsync> delegator_;
57 void PowerMgrProxyAsync::SendAsyncReply(int replyValue) in SendAsyncReply()