/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_action_hub_test.cpp | 267 g_service->SubscribeThermalActionCallback(actionList, desc, cb1); in HWTEST_F() 294 g_service->SubscribeThermalActionCallback(actionList, desc, cb2); in HWTEST_F() 322 g_service->SubscribeThermalActionCallback(actionList, desc, cb3); in HWTEST_F() 350 g_service->SubscribeThermalActionCallback(actionList, desc, cb4); in HWTEST_F() 378 g_service->SubscribeThermalActionCallback(actionList, desc, cb5); in HWTEST_F() 406 g_service->SubscribeThermalActionCallback(actionList, desc, cb6); in HWTEST_F() 434 g_service->SubscribeThermalActionCallback(actionList, desc, cbBoost); in HWTEST_F() 461 g_service->SubscribeThermalActionCallback(actionList, desc, cbIsolateCpu); in HWTEST_F()
|
H A D | thermal_mock_proxy_test.cpp | 84 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback)); in HWTEST_F() 97 EXPECT_TRUE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback)); in HWTEST_F()
|
H A D | thermal_mock_proxy_remote_test.cpp | 61 EXPECT_FALSE(thermalMgrClient.SubscribeThermalActionCallback(typeList, desc, actionCallback)); in HWTEST_F() 121 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback)); in HWTEST_F()
|
H A D | thermal_mock_proxy_writeremoteobject_test.cpp | 59 EXPECT_FALSE(thermalMgrClient.SubscribeThermalActionCallback(typeList, desc, actionCallback)); in HWTEST_F() 128 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback)); in HWTEST_F()
|
H A D | thermal_client_test.cpp | 118 EXPECT_FALSE(client.SubscribeThermalActionCallback(typeList, actionList, actionCallback)); in HWTEST_F() 122 EXPECT_TRUE(client.SubscribeThermalActionCallback(typeList, actionList, actionCallback)); in HWTEST_F()
|
H A D | thermal_mock_proxy_writevector_test.cpp | 67 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback)); in HWTEST_F()
|
H A D | thermal_mock_proxy_sendrequest_test.cpp | 67 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback)); in HWTEST_F()
|
H A D | thermal_mock_proxy_writeinterfacetoken_test.cpp | 57 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback)); in HWTEST_F()
|
H A D | thermal_observer_test.cpp | 112 observer->SubscribeThermalActionCallback(typeList, "desc", actionCb); in HWTEST_F() 114 observer->SubscribeThermalActionCallback(typeList, "desc", actionCb); in HWTEST_F()
|
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
H A D | ithermal_srv.h | 35 virtual bool SubscribeThermalActionCallback(const std::vector<std::string>& actionList, const std::string& desc,
|
H A D | thermal_mgr_client.h | 37 bool SubscribeThermalActionCallback(const std::vector<std::string>& actionList, const std::string& desc,
|
/base/powermgr/thermal_manager/services/zidl/include/ |
H A D | thermal_srv_proxy.h | 47 virtual bool SubscribeThermalActionCallback(const std::vector<std::string>& actionList, const std::string& desc,
|
/base/powermgr/thermal_manager/frameworks/native/ |
H A D | thermal_mgr_client.cpp | 130 bool ThermalMgrClient::SubscribeThermalActionCallback( in SubscribeThermalActionCallback() function in OHOS::PowerMgr::ThermalMgrClient 135 thermalSrv_->SubscribeThermalActionCallback(actionList, desc, callback); in SubscribeThermalActionCallback()
|
/base/powermgr/thermal_manager/services/native/include/thermal_observer/ |
H A D | thermal_observer.h | 46 void SubscribeThermalActionCallback(const std::vector<std::string>& actionList,
|
/base/powermgr/thermal_manager/services/native/include/ |
H A D | thermal_service.h | 72 bool SubscribeThermalActionCallback(const std::vector<std::string>& actionList, const std::string& desc,
|
/base/powermgr/thermal_manager/services/native/src/ |
H A D | thermal_service.cpp | 443 bool ThermalService::SubscribeThermalActionCallback( in SubscribeThermalActionCallback() function in OHOS::PowerMgr::ThermalService 452 observer_->SubscribeThermalActionCallback(actionList, desc, callback); in SubscribeThermalActionCallback()
|
/base/powermgr/thermal_manager/services/zidl/src/ |
H A D | thermal_srv_stub.cpp | 165 SubscribeThermalActionCallback(actionList, desc, callback); in SubscribeThermalActionCallbackStub()
|
H A D | thermal_srv_proxy.cpp | 138 bool ThermalSrvProxy::SubscribeThermalActionCallback( in SubscribeThermalActionCallback() function in OHOS::PowerMgr::ThermalSrvProxy
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_observer.cpp | 124 void ThermalObserver::SubscribeThermalActionCallback(const std::vector<std::string>& actionList, in SubscribeThermalActionCallback() function in OHOS::PowerMgr::ThermalObserver
|