Searched refs:PowerModeCallbackProxy (Results 1 – 3 of 3) sorted by relevance
29 class PowerModeCallbackProxy : public IRemoteProxy<IPowerModeCallback> {31 explicit PowerModeCallbackProxy(const sptr<IRemoteObject>& impl) in PowerModeCallbackProxy() function33 virtual ~PowerModeCallbackProxy() = default;37 static inline BrokerDelegator<PowerModeCallbackProxy> delegator_;
27 void PowerModeCallbackProxy::OnPowerModeChanged(PowerMode mode) in OnPowerModeChanged()36 if (!data.WriteInterfaceToken(PowerModeCallbackProxy::GetDescriptor())) { in OnPowerModeChanged()
58 …std::shared_ptr<PowerModeCallbackProxy> callbackProxy = std::make_shared<PowerModeCallbackProxy>(r…