/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_action_hub_test.cpp | 237 thermalMgrClient.SubscribeThermalActionCallback(actionList, desc, cb1); 267 thermalMgrClient.SubscribeThermalActionCallback(actionList, desc, cb2); 299 thermalMgrClient.SubscribeThermalActionCallback(actionList, desc, cb3); 330 thermalMgrClient.SubscribeThermalActionCallback(actionList, desc, cb4); 362 thermalMgrClient.SubscribeThermalActionCallback(actionList, desc, cb5); 394 thermalMgrClient.SubscribeThermalActionCallback(actionList, desc, cb6); 427 thermalMgrClient.SubscribeThermalActionCallback(actionList, desc, cbBoost); 458 thermalMgrClient.SubscribeThermalActionCallback(actionList, desc, cbIsolateCpu);
|
D | thermal_mock_proxy_test.cpp | 84 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback)); 97 EXPECT_TRUE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback));
|
D | thermal_client_test.cpp | 111 EXPECT_FALSE(client.SubscribeThermalActionCallback(typeList, actionList, actionCallback)); 115 EXPECT_TRUE(client.SubscribeThermalActionCallback(typeList, actionList, actionCallback));
|
D | thermal_mock_proxy_writeremoteobject_test.cpp | 59 EXPECT_FALSE(thermalMgrClient.SubscribeThermalActionCallback(typeList, desc, actionCallback)); 128 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback));
|
D | thermal_mock_proxy_remote_test.cpp | 61 EXPECT_FALSE(thermalMgrClient.SubscribeThermalActionCallback(typeList, desc, actionCallback)); 121 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback));
|
D | thermal_mock_proxy_writevector_test.cpp | 67 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback));
|
D | thermal_mock_proxy_sendrequest_test.cpp | 67 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback));
|
D | thermal_observer_test.cpp | 102 observer->SubscribeThermalActionCallback(typeList, "desc", actionCb); 104 observer->SubscribeThermalActionCallback(typeList, "desc", actionCb);
|
D | thermal_mock_proxy_writeinterfacetoken_test.cpp | 57 EXPECT_FALSE(srvProxy->SubscribeThermalActionCallback(typeList, desc, actionCallback));
|
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
D | ithermal_srv.h | 35 …virtual bool SubscribeThermalActionCallback(const std::vector<std::string>& actionList, const std:…
|
D | thermal_mgr_client.h | 37 …bool SubscribeThermalActionCallback(const std::vector<std::string>& actionList, const std::string&…
|
/base/powermgr/thermal_manager/services/zidl/include/ |
D | thermal_srv_proxy.h | 47 …virtual bool SubscribeThermalActionCallback(const std::vector<std::string>& actionList, const std:…
|
/base/powermgr/thermal_manager/frameworks/native/ |
D | thermal_mgr_client.cpp | 129 bool ThermalMgrClient::SubscribeThermalActionCallback( in SubscribeThermalActionCallback() function in OHOS::PowerMgr::ThermalMgrClient 134 thermalSrv_->SubscribeThermalActionCallback(actionList, desc, callback); in SubscribeThermalActionCallback()
|
/base/powermgr/thermal_manager/test/fuzztest/thermal_fuzzer/ |
D | thermal_fuzzer_test.cpp | 107 g_thermalMgrClient.SubscribeThermalActionCallback(actionList, desc, actionCb_); in TestSubscribeAction() 108 g_thermalMgrClient.SubscribeThermalActionCallback(actionList, desc, testActionCb_); in TestSubscribeAction()
|
/base/powermgr/thermal_manager/services/native/include/thermal_observer/ |
D | thermal_observer.h | 47 void SubscribeThermalActionCallback(const std::vector<std::string>& actionList,
|
/base/powermgr/thermal_manager/services/native/include/ |
D | thermal_service.h | 64 …bool SubscribeThermalActionCallback(const std::vector<std::string>& actionList, const std::string&…
|
/base/powermgr/thermal_manager/services/native/src/ |
D | thermal_service.cpp | 359 bool ThermalService::SubscribeThermalActionCallback( in SubscribeThermalActionCallback() function in OHOS::PowerMgr::ThermalService 370 observer_->SubscribeThermalActionCallback(actionList, desc, callback); in SubscribeThermalActionCallback()
|
/base/powermgr/thermal_manager/services/zidl/src/ |
D | thermal_srv_stub.cpp | 162 SubscribeThermalActionCallback(actionList, desc, callback); in SubscribeThermalActionCallbackStub()
|
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/ |
D | thermal_observer.cpp | 131 void ThermalObserver::SubscribeThermalActionCallback(const std::vector<std::string>& actionList, in SubscribeThermalActionCallback() function in OHOS::PowerMgr::ThermalObserver
|