Home
last modified time | relevance | path

Searched refs:SetScene (Results 1 – 21 of 21) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_mgr_policy_test.cpp33 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 …]
Dthermal_mock_action_test.cpp57 g_thermalSvc->SetScene(""); in TearDown()
252 g_thermalSvc->SetScene("cam");
285 g_thermalSvc->SetScene("cam");
318 g_thermalSvc->SetScene("cam");
Dthermal_mock_proxy_remote_test.cpp68 EXPECT_FALSE(thermalMgrClient.SetScene(sence));
108 EXPECT_FALSE(srvProxy->SetScene(sence));
Dthermal_action_hub_test.cpp59 thermalMgrClient.SetScene(""); in TearDown()
332 thermalMgrClient.SetScene("cam");
364 thermalMgrClient.SetScene("call");
396 thermalMgrClient.SetScene("game");
Dthermal_listener_test.cpp41 thermalMgrClient.SetScene(""); in TearDown()
Dthermal_mock_proxy_writeinterfacetoken_test.cpp67 EXPECT_FALSE(srvProxy->SetScene(sence));
Dthermal_mock_proxy_writeremoteobject_test.cpp66 EXPECT_FALSE(thermalMgrClient.SetScene(sence));
Dthermal_action_report_test.cpp55 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()
Dthermal_level_event_test.cpp113 thermalMgrClient.SetScene(""); in TearDown()
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
Dithermal_srv.h41 virtual bool SetScene(const std::string& scene) = 0;
Dthermal_mgr_client.h42 bool SetScene(const std::string& scene);
/base/powermgr/thermal_manager/test/unittest/include/
Dthermal_action_report_test.h33 static void SetScene(const std::string& scene);
/base/powermgr/thermal_manager/services/zidl/include/
Dthermal_srv_proxy.h53 virtual bool SetScene(const std::string& scene) override;
/base/powermgr/thermal_manager/frameworks/native/
Dthermal_mgr_client.cpp173 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/
Dthermal_service.h70 bool SetScene(const std::string& scene) override;
/base/powermgr/thermal_manager/test/fuzztest/thermal_fuzzer/
Dthermal_fuzzer_test.cpp134 g_thermalMgrClient.SetScene(sceneName); in TestSetScene()
/base/powermgr/thermal_manager/services/zidl/src/
Dthermal_srv_stub.cpp222 SetScene(scene); in SetSceneStub()
Dthermal_srv_proxy.cpp286 bool ThermalSrvProxy::SetScene(const std::string& scene) in SetScene() function in OHOS::PowerMgr::ThermalSrvProxy
/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_level_event_system_test.cpp286 thermalMgrClient.SetScene(""); in TearDown()
Dthermal_mgr_interface_test.cpp62 thermalMgrClient.SetScene(""); in TearDown()
/base/powermgr/thermal_manager/services/native/src/
Dthermal_service.cpp418 bool ThermalService::SetScene(const std::string& scene) in SetScene() function in OHOS::PowerMgr::ThermalService