Home
last modified time | relevance | path

Searched refs:ThermalTempCallbackProxy (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/zidl/include/
H A Dthermal_temp_callback_proxy.h29 class ThermalTempCallbackProxy : public IRemoteProxy<IThermalTempCallback> {
31 …explicit ThermalTempCallbackProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IThermalTempCall… in ThermalTempCallbackProxy() function
32 ~ThermalTempCallbackProxy() = default;
33 DISALLOW_COPY_AND_MOVE(ThermalTempCallbackProxy);
37 static inline BrokerDelegator<ThermalTempCallbackProxy> delegator_;
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_proxy_test.cpp54 …std::shared_ptr<ThermalTempCallbackProxy> tempProxy = std::make_shared<ThermalTempCallbackProxy>(s…
87 tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
H A Dthermal_mock_proxy_writeinterfacetoken_test.cpp47 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
82 …std::shared_ptr<ThermalTempCallbackProxy> tempProxy = std::make_shared<ThermalTempCallbackProxy>(s…
H A Dthermal_mock_proxy_remote_test.cpp51 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
85 …std::shared_ptr<ThermalTempCallbackProxy> tempProxy = std::make_shared<ThermalTempCallbackProxy>(s…
H A Dthermal_mock_proxy_writeremoteobject_test.cpp49 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
118 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
H A Dthermal_mock_proxy_sendrequest_test.cpp57 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
H A Dthermal_mock_proxy_writevector_test.cpp57 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
H A Dthermal_client_test.cpp99 tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj);
/ohos5.0/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_temp_callback_proxy.cpp27 bool ThermalTempCallbackProxy::OnThermalTempChanged(TempCallbackMap& tempCbMap) in OnThermalTempChanged()
37 if (!data.WriteInterfaceToken(ThermalTempCallbackProxy::GetDescriptor())) { in OnThermalTempChanged()