Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_srv_proxy.cpp28 bool ThermalSrvProxy::SubscribeThermalTempCallback( in SubscribeThermalTempCallback()
39 if (!data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor())) { in SubscribeThermalTempCallback()
57 bool ThermalSrvProxy::UnSubscribeThermalTempCallback(const sptr<IThermalTempCallback>& callback) in UnSubscribeThermalTempCallback()
67 if (!data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor())) { in UnSubscribeThermalTempCallback()
84 bool ThermalSrvProxy::SubscribeThermalLevelCallback(const sptr<IThermalLevelCallback>& callback) in SubscribeThermalLevelCallback()
94 if (!data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor())) { in SubscribeThermalLevelCallback()
111 bool ThermalSrvProxy::UnSubscribeThermalLevelCallback(const sptr<IThermalLevelCallback>& callback) in UnSubscribeThermalLevelCallback()
121 if (!data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor())) { in UnSubscribeThermalLevelCallback()
138 bool ThermalSrvProxy::SubscribeThermalActionCallback( in SubscribeThermalActionCallback()
149 if (!data.WriteInterfaceToken(ThermalSrvProxy in SubscribeThermalActionCallback()
[all...]
/base/powermgr/thermal_manager/services/zidl/include/
H A Dthermal_srv_proxy.h36 class ThermalSrvProxy : public IRemoteProxy<IThermalSrv> { class
38 explicit ThermalSrvProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IThermalSrv>(impl) {} in ThermalSrvProxy() function in OHOS::PowerMgr::ThermalSrvProxy
39 ~ThermalSrvProxy() = default;
40 DISALLOW_COPY_AND_MOVE(ThermalSrvProxy);
58 static inline BrokerDelegator<ThermalSrvProxy> delegator_;
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_stub_test.cpp92 g_data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor()); in HWTEST_F()
123 g_data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor()); in HWTEST_F()
140 g_data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor()); in HWTEST_F()
147 g_data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor()); in HWTEST_F()
166 g_data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor()); in HWTEST_F()
173 g_data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor()); in HWTEST_F()
191 g_data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor()); in HWTEST_F()
201 g_data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor()); in HWTEST_F()
218 g_data.WriteInterfaceToken(ThermalSrvProxy::GetDescriptor()); in HWTEST_F()
236 g_data.WriteInterfaceToken(ThermalSrvProxy in HWTEST_F()
[all...]
H A Dthermal_mock_proxy_remote_test.cpp47 std::shared_ptr<ThermalSrvProxy> srvProxy = std::make_shared<ThermalSrvProxy>(sptrRemoteObj); in HWTEST_F()
101 std::shared_ptr<ThermalSrvProxy> srvProxy = std::make_shared<ThermalSrvProxy>(sptrRemoteObj); in HWTEST_F()
H A Dthermal_mock_proxy_writeremoteobject_test.cpp45 std::shared_ptr<ThermalSrvProxy> srvProxy = std::make_shared<ThermalSrvProxy>(sptrRemoteObj); in HWTEST_F()
114 std::shared_ptr<ThermalSrvProxy> srvProxy = std::make_shared<ThermalSrvProxy>(sptrRemoteObj); in HWTEST_F()
H A Dthermal_mock_proxy_writevector_test.cpp53 std::shared_ptr<ThermalSrvProxy> srvProxy = std::make_shared<ThermalSrvProxy>(sptrRemoteObj); in HWTEST_F()
H A Dthermal_mock_proxy_sendrequest_test.cpp53 std::shared_ptr<ThermalSrvProxy> srvProxy = std::make_shared<ThermalSrvProxy>(sptrRemoteObj); in HWTEST_F()
H A Dthermal_mock_proxy_writeinterfacetoken_test.cpp43 std::shared_ptr<ThermalSrvProxy> srvProxy = std::make_shared<ThermalSrvProxy>(sptrRemoteObj); in HWTEST_F()
H A Dthermal_mock_proxy_test.cpp73 std::shared_ptr<ThermalSrvProxy> srvProxy = std::make_shared<ThermalSrvProxy>(sptrRemoteObj); in HWTEST_F()

Completed in 6 milliseconds