/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_mgr_policy_test.cpp | 33 thermalMgrClient.SetScene(""); in TearDown() 575 thermalMgrClient.SetScene("cam"); 620 thermalMgrClient.SetScene("cam"); 665 thermalMgrClient.SetScene("cam"); 1195 thermalMgrClient.SetScene("cam"); 1218 thermalMgrClient.SetScene("cam"); 1241 thermalMgrClient.SetScene("cam"); 1264 thermalMgrClient.SetScene("call"); 1287 thermalMgrClient.SetScene("call"); 1310 thermalMgrClient.SetScene("call"); [all …]
|
D | thermal_mock_action_test.cpp | 57 g_thermalSvc->SetScene(""); in TearDown() 252 g_thermalSvc->SetScene("cam"); 285 g_thermalSvc->SetScene("cam"); 318 g_thermalSvc->SetScene("cam");
|
D | thermal_mock_proxy_remote_test.cpp | 68 EXPECT_FALSE(thermalMgrClient.SetScene(sence)); 108 EXPECT_FALSE(srvProxy->SetScene(sence));
|
D | thermal_action_hub_test.cpp | 59 thermalMgrClient.SetScene(""); in TearDown() 332 thermalMgrClient.SetScene("cam"); 364 thermalMgrClient.SetScene("call"); 396 thermalMgrClient.SetScene("game");
|
D | thermal_listener_test.cpp | 41 thermalMgrClient.SetScene(""); in TearDown()
|
D | thermal_mock_proxy_writeinterfacetoken_test.cpp | 67 EXPECT_FALSE(srvProxy->SetScene(sence));
|
D | thermal_mock_proxy_writeremoteobject_test.cpp | 66 EXPECT_FALSE(thermalMgrClient.SetScene(sence));
|
D | thermal_action_report_test.cpp | 55 void ThermalActionReportTest::SetScene(const std::string& scene) in SetScene() function in ThermalActionReportTest 59 thermalMgrClient.SetScene(g_sceneState); in SetScene() 66 SetScene(scene); in SetCondition() 282 thermalMgrClient.SetScene(""); in TearDown()
|
D | thermal_level_event_test.cpp | 113 thermalMgrClient.SetScene(""); in TearDown()
|
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/ |
D | ithermal_srv.h | 41 virtual bool SetScene(const std::string& scene) = 0;
|
D | thermal_mgr_client.h | 42 bool SetScene(const std::string& scene);
|
/base/powermgr/thermal_manager/test/unittest/include/ |
D | thermal_action_report_test.h | 33 static void SetScene(const std::string& scene);
|
/base/powermgr/thermal_manager/services/zidl/include/ |
D | thermal_srv_proxy.h | 53 virtual bool SetScene(const std::string& scene) override;
|
/base/powermgr/thermal_manager/frameworks/native/ |
D | thermal_mgr_client.cpp | 173 bool ThermalMgrClient::SetScene(const std::string& scene) in SetScene() function in OHOS::PowerMgr::ThermalMgrClient 177 return thermalSrv_->SetScene(scene); in SetScene()
|
/base/powermgr/thermal_manager/services/native/include/ |
D | thermal_service.h | 70 bool SetScene(const std::string& scene) override;
|
/base/powermgr/thermal_manager/test/fuzztest/thermal_fuzzer/ |
D | thermal_fuzzer_test.cpp | 134 g_thermalMgrClient.SetScene(sceneName); in TestSetScene()
|
/base/powermgr/thermal_manager/services/zidl/src/ |
D | thermal_srv_stub.cpp | 222 SetScene(scene); in SetSceneStub()
|
D | thermal_srv_proxy.cpp | 286 bool ThermalSrvProxy::SetScene(const std::string& scene) in SetScene() function in OHOS::PowerMgr::ThermalSrvProxy
|
/base/powermgr/thermal_manager/test/systemtest/src/ |
D | thermal_level_event_system_test.cpp | 286 thermalMgrClient.SetScene(""); in TearDown()
|
D | thermal_mgr_interface_test.cpp | 62 thermalMgrClient.SetScene(""); in TearDown()
|
/base/powermgr/thermal_manager/services/native/src/ |
D | thermal_service.cpp | 418 bool ThermalService::SetScene(const std::string& scene) in SetScene() function in OHOS::PowerMgr::ThermalService
|