Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/zidl/include/
Dthermal_action_callback_proxy.h29 class ThermalActionCallbackProxy : public IRemoteProxy<IThermalActionCallback> {
31 …explicit ThermalActionCallbackProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IThermalAction… in ThermalActionCallbackProxy() function
32 ~ThermalActionCallbackProxy() = default;
33 DISALLOW_COPY_AND_MOVE(ThermalActionCallbackProxy);
37 static inline BrokerDelegator<ThermalActionCallbackProxy> delegator_;
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_mock_proxy_writevector_test.cpp42 std::shared_ptr<ThermalActionCallbackProxy> actionProxy =
43 std::make_shared<ThermalActionCallbackProxy>(sptrRemoteObj);
65 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);
Dthermal_mock_proxy_sendrequest_test.cpp42 std::shared_ptr<ThermalActionCallbackProxy> actionProxy =
43 std::make_shared<ThermalActionCallbackProxy>(sptrRemoteObj);
65 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);
Dthermal_mock_proxy_writeremoteobject_test.cpp57 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);
Dthermal_mock_proxy_writeinterfacetoken_test.cpp55 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);
87 std::shared_ptr<ThermalActionCallbackProxy> actionProxy =
88 std::make_shared<ThermalActionCallbackProxy>(sptrRemoteObj);
Dthermal_mock_proxy_test.cpp43 std::shared_ptr<ThermalActionCallbackProxy> actionProxy =
44 std::make_shared<ThermalActionCallbackProxy>(sptrRemoteObj);
95 actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);
Dthermal_mock_proxy_remote_test.cpp59 sptr<IThermalActionCallback> actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);
90 std::shared_ptr<ThermalActionCallbackProxy> actionProxy =
91 std::make_shared<ThermalActionCallbackProxy>(sptrRemoteObj);
Dthermal_client_test.cpp113 actionCallback = new ThermalActionCallbackProxy(sptrRemoteObj);
/base/powermgr/thermal_manager/services/zidl/src/
Dthermal_action_callback_proxy.cpp27 bool ThermalActionCallbackProxy::OnThermalActionChanged(ActionCallbackMap& actionCbMap) in OnThermalActionChanged()
37 if (!data.WriteInterfaceToken(ThermalActionCallbackProxy::GetDescriptor())) { in OnThermalActionChanged()