Searched refs:PowerStateCallbackProxy (Results 1 – 3 of 3) sorted by relevance
31 class PowerStateCallbackProxy : public IRemoteProxy<IPowerStateCallback> {33 explicit PowerStateCallbackProxy(const sptr<IRemoteObject>& impl) in PowerStateCallbackProxy() function35 ~PowerStateCallbackProxy() = default;36 DISALLOW_COPY_AND_MOVE(PowerStateCallbackProxy);40 static inline BrokerDelegator<PowerStateCallbackProxy> delegator_;
27 void PowerStateCallbackProxy::OnPowerStateChanged(PowerState state) in OnPowerStateChanged()36 if (!data.WriteInterfaceToken(PowerStateCallbackProxy::GetDescriptor())) { in OnPowerStateChanged()
60 …std::shared_ptr<PowerStateCallbackProxy> stateCallbackProxy = std::make_shared<PowerStateCallbackP…