Searched refs:ThermalTempCallbackProxy (Results 1 – 9 of 9) sorted by relevance
29 class ThermalTempCallbackProxy : public IRemoteProxy<IThermalTempCallback> {31 …explicit ThermalTempCallbackProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IThermalTempCall… in ThermalTempCallbackProxy() function32 ~ThermalTempCallbackProxy() = default;33 DISALLOW_COPY_AND_MOVE(ThermalTempCallbackProxy);37 static inline BrokerDelegator<ThermalTempCallbackProxy> delegator_;
54 …std::shared_ptr<ThermalTempCallbackProxy> tempProxy = std::make_shared<ThermalTempCallbackProxy>(s…87 tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
47 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);82 …std::shared_ptr<ThermalTempCallbackProxy> tempProxy = std::make_shared<ThermalTempCallbackProxy>(s…
51 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);85 …std::shared_ptr<ThermalTempCallbackProxy> tempProxy = std::make_shared<ThermalTempCallbackProxy>(s…
49 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);118 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
57 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
99 tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
27 bool ThermalTempCallbackProxy::OnThermalTempChanged(TempCallbackMap& tempCbMap) in OnThermalTempChanged()37 if (!data.WriteInterfaceToken(ThermalTempCallbackProxy::GetDescriptor())) { in OnThermalTempChanged()