Home
last modified time | relevance | path

Searched refs:IThermalTempCallback (Results 1 - 23 of 23) sorted by relevance

/base/powermgr/thermal_manager/services/native/include/thermal_observer/
H A Dthermal_observer.h44 const sptr<IThermalTempCallback>& callback);
45 void UnSubscribeThermalTempCallback(const sptr<IThermalTempCallback>& callback);
50 void NotifySensorTempChanged(IThermalTempCallback::TempCallbackMap& tempCbMap);
87 bool operator() (const sptr<IThermalTempCallback>& l, const sptr<IThermalTempCallback>& r) const in operator ()()
109 std::set<const sptr<IThermalTempCallback>, classcomp> sensorTempListeners_;
110 std::map<const sptr<IThermalTempCallback>, std::vector<std::string>, classcomp> callbackTypeMap_;
/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<IThermalTempCallback>(impl) {} in ThermalTempCallbackProxy()
H A Dthermal_srv_proxy.h43 const std::vector<std::string>& typeList, const sptr<IThermalTempCallback>& callback) override;
44 virtual bool UnSubscribeThermalTempCallback(const sptr<IThermalTempCallback>& callback) override;
H A Dthermal_temp_callback_stub.h28 class ThermalTempCallbackStub : public IRemoteStub<IThermalTempCallback> {
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
H A Dithermal_srv.h31 const std::vector<std::string>& typeList, const sptr<IThermalTempCallback>& callback) = 0;
32 virtual bool UnSubscribeThermalTempCallback(const sptr<IThermalTempCallback>& callback) = 0;
H A Dthermal_mgr_client.h33 const std::vector<std::string>& typeList, const sptr<IThermalTempCallback>& callback);
34 bool UnSubscribeThermalTempCallback(const sptr<IThermalTempCallback>& callback);
H A Dithermal_temp_callback.h25 class IThermalTempCallback : public IRemoteBroker { class
31 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.powermgr.IThermalTempCallback");
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_observer.cpp90 const sptr<IThermalTempCallback>& callback) in SubscribeThermalTempCallback()
106 void ThermalObserver::UnSubscribeThermalTempCallback(const sptr<IThermalTempCallback>& callback) in UnSubscribeThermalTempCallback()
236 void ThermalObserver::NotifySensorTempChanged(IThermalTempCallback::TempCallbackMap& tempCbMap) in NotifySensorTempChanged()
240 IThermalTempCallback::TempCallbackMap newTempCbMap; in NotifySensorTempChanged()
319 sptr<IThermalTempCallback> callback = iface_cast<IThermalTempCallback>(remote.promote()); in OnRemoteDied()
/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_srv_stub.cpp104 sptr<IThermalTempCallback> callback = iface_cast<IThermalTempCallback>(obj); in SubscribeThermalTempCallbackStub()
120 sptr<IThermalTempCallback> callback = iface_cast<IThermalTempCallback>(obj); in UnSubscribeThermalTempCallbackStub()
H A Dthermal_srv_proxy.cpp29 const std::vector<std::string>& typeList, const sptr<IThermalTempCallback>& callback) in SubscribeThermalTempCallback()
57 bool ThermalSrvProxy::UnSubscribeThermalTempCallback(const sptr<IThermalTempCallback>& callback) in UnSubscribeThermalTempCallback()
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_proxy_remote_test.cpp51 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); in HWTEST_F()
114 sptr<IThermalTempCallback> tempCallback; 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_mock_proxy_writeinterfacetoken_test.cpp47 sptr<IThermalTempCallback> tempCallback = new ThermalTempCallbackProxy(sptrRemoteObj); in HWTEST_F()
H A Dthermal_mock_proxy_test.cpp77 sptr<IThermalTempCallback> tempCallback; in HWTEST_F()
H A Dthermal_observer_test.cpp105 sptr<IThermalTempCallback> tempCallback; in HWTEST_F()
108 sptr<IThermalTempCallback> tempCb = new ThermalTempTestCallback(); in HWTEST_F()
H A Dthermal_client_test.cpp100 sptr<IThermalTempCallback> tempCallback = nullptr; in HWTEST_F()
H A Dthermal_mock_stub_getdescriptor_test.cpp77 IThermalTempCallback::TempCallbackMap tempCbMap; in HWTEST_F()
/base/powermgr/thermal_manager/services/native/include/
H A Dthermal_service.h68 const std::vector<std::string>& typeList, const sptr<IThermalTempCallback>& callback) override;
69 bool UnSubscribeThermalTempCallback(const sptr<IThermalTempCallback>& callback) override;
/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_mgr_client.cpp98 const std::vector<std::string>& typeList, const sptr<IThermalTempCallback>& callback) in SubscribeThermalTempCallback()
106 bool ThermalMgrClient::UnSubscribeThermalTempCallback(const sptr<IThermalTempCallback>& callback) in UnSubscribeThermalTempCallback()
/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_interface_test.cpp306 const sptr<IThermalTempCallback> cb1 = new ThermalTempTest1Callback(); in HWTEST_F()
503 const sptr<IThermalTempCallback> cb1 = new ThermalTempTest1Callback(); in HWTEST_F()
524 const sptr<IThermalTempCallback> cb2 = new ThermalTempTest2Callback(); in HWTEST_F()
576 const sptr<IThermalTempCallback> cb = nullptr; in HWTEST_F()
/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp395 const std::vector<std::string>& typeList, const sptr<IThermalTempCallback>& callback) in SubscribeThermalTempCallback()
406 bool ThermalService::UnSubscribeThermalTempCallback(const sptr<IThermalTempCallback>& callback) in UnSubscribeThermalTempCallback()

Completed in 9 milliseconds