Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/zidl/include/
H A Dthermal_temp_callback_proxy.h29 class ThermalTempCallbackProxy : public IRemoteProxy<IThermalTempCallback> { class
31 explicit ThermalTempCallbackProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IThermalTempCallback>(impl) {} in ThermalTempCallbackProxy() function in OHOS::PowerMgr::ThermalTempCallbackProxy
32 ~ThermalTempCallbackProxy() = default;
33 DISALLOW_COPY_AND_MOVE(ThermalTempCallbackProxy);
37 static inline BrokerDelegator<ThermalTempCallbackProxy> delegator_;
/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()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_proxy_writeinterfacetoken_test.cpp47 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); in HWTEST_F()
82 std::shared_ptr<ThermalTempCallbackProxy> tempProxy = std::make_shared<ThermalTempCallbackProxy>(sptrRemoteObj); in HWTEST_F()
H A Dthermal_mock_proxy_test.cpp54 std::shared_ptr<ThermalTempCallbackProxy> tempProxy = std::make_shared<ThermalTempCallbackProxy>(sptrRemoteObj); in HWTEST_F()
87 tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); in HWTEST_F()
H A Dthermal_mock_proxy_remote_test.cpp51 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); in HWTEST_F()
85 std::shared_ptr<ThermalTempCallbackProxy> tempProxy = std::make_shared<ThermalTempCallbackProxy>(sptrRemoteObj); in HWTEST_F()
H A Dthermal_mock_proxy_writeremoteobject_test.cpp49 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); in HWTEST_F()
118 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); in HWTEST_F()
H A Dthermal_mock_proxy_writevector_test.cpp57 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); in HWTEST_F()
H A Dthermal_mock_proxy_sendrequest_test.cpp57 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); in HWTEST_F()
H A Dthermal_client_test.cpp105 tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); in HWTEST_F()

Completed in 3 milliseconds