Searched refs:ThermalActionCallbackProxy (Results 1 – 9 of 9) sorted by relevance
29 class ThermalActionCallbackProxy : public IRemoteProxy<IThermalActionCallback> {31 …explicit ThermalActionCallbackProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IThermalAction… in ThermalActionCallbackProxy() function32 ~ThermalActionCallbackProxy() = default;33 DISALLOW_COPY_AND_MOVE(ThermalActionCallbackProxy);37 static inline BrokerDelegator<ThermalActionCallbackProxy> delegator_;
42 std::shared_ptr<ThermalActionCallbackProxy> actionProxy =43 std::make_shared<ThermalActionCallbackProxy>(sptrRemoteObj);65 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);
57 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);103 std::shared_ptr<ThermalActionCallbackProxy> actionProxy =104 std::make_shared<ThermalActionCallbackProxy>(sptrRemoteObj);126 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);
55 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);87 std::shared_ptr<ThermalActionCallbackProxy> actionProxy =88 std::make_shared<ThermalActionCallbackProxy>(sptrRemoteObj);
43 std::shared_ptr<ThermalActionCallbackProxy> actionProxy =44 std::make_shared<ThermalActionCallbackProxy>(sptrRemoteObj);95 actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);
59 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);90 std::shared_ptr<ThermalActionCallbackProxy> actionProxy =91 std::make_shared<ThermalActionCallbackProxy>(sptrRemoteObj);
113 actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);
27 bool ThermalActionCallbackProxy::OnThermalActionChanged(ActionCallbackMap& actionCbMap) in OnThermalActionChanged()37 if (!data.WriteInterfaceToken(ThermalActionCallbackProxy::GetDescriptor())) { in OnThermalActionChanged()