Home
last modified time | relevance | path

Searched refs:ThermalMgrInterfaceCode (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_srv_stub.cpp57 case static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_TEMP_CALLBACK): { in CheckRequestCode()
60 case static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::UNREG_THERMAL_TEMP_CALLBACK): { in CheckRequestCode()
63 case static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_LEVEL_CALLBACK): { in CheckRequestCode()
66 case static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::UNREG_THERMAL_LEVEL_CALLBACK): { in CheckRequestCode()
69 case static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_ACTION_CALLBACK): { in CheckRequestCode()
75 case static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::GET_SENSOR_INFO): { in CheckRequestCode()
78 case static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::GET_TEMP_LEVEL): { in CheckRequestCode()
81 case static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::GET_THERMAL_INFO): { in CheckRequestCode()
84 case static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::SET_SCENE): { in CheckRequestCode()
87 case static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::UPDATE_THERMAL_STATE): { in CheckRequestCode()
[all …]
H A Dthermal_srv_proxy.cpp48 static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_TEMP_CALLBACK), in SubscribeThermalTempCallback()
75 static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::UNREG_THERMAL_TEMP_CALLBACK), in UnSubscribeThermalTempCallback()
102 static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_LEVEL_CALLBACK), in SubscribeThermalLevelCallback()
129 static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::UNREG_THERMAL_LEVEL_CALLBACK), in UnSubscribeThermalLevelCallback()
159 static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_ACTION_CALLBACK), in SubscribeThermalActionCallback()
186 static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::UNREG_THERMAL_ACTION_CALLBACK), in UnSubscribeThermalActionCallback()
214 static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::GET_SENSOR_INFO), data, reply, option); in GetThermalSrvSensorInfo()
246 static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::GET_TEMP_LEVEL), data, reply, option); in GetThermalLevel()
275 static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::GET_THERMAL_INFO), data, reply, option); in GetThermalInfo()
306 static_cast<int>(PowerMgr::ThermalMgrInterfaceCode::SET_SCENE), data, reply, option); in SetScene()
[all …]
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_stub_test.cpp89 …uint32_t begin = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_TEMP_CALLBAC…
90 uint32_t end = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::SHELL_DUMP);
143 …uint32_t code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_TEMP_CALLBACK…
149 code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::UNREG_THERMAL_TEMP_CALLBACK);
168 …uint32_t code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_LEVEL_CALLBAC…
172 code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::UNREG_THERMAL_LEVEL_CALLBACK);
196 …uint32_t code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_ACTION_CALLBA…
200 code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::UNREG_THERMAL_ACTION_CALLBACK);
220 uint32_t code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::GET_SENSOR_INFO);
238 uint32_t code = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::SET_SCENE);
[all …]
/ohos5.0/base/powermgr/thermal_manager/test/fuzztest/thermalactioncallback_fuzzer/
H A Dthermalactioncallback_fuzzer_test.cpp34 static_cast<uint32_t>(ThermalMgrInterfaceCode::REG_THERMAL_ACTION_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
36 static_cast<uint32_t>(ThermalMgrInterfaceCode::UNREG_THERMAL_ACTION_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/thermal_manager/test/fuzztest/thermallevelcallback_fuzzer/
H A Dthermallevelcallback_fuzzer_test.cpp34 static_cast<uint32_t>(ThermalMgrInterfaceCode::REG_THERMAL_LEVEL_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
36 static_cast<uint32_t>(ThermalMgrInterfaceCode::UNREG_THERMAL_LEVEL_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/thermal_manager/test/fuzztest/thermaltempcallback_fuzzer/
H A Dthermaltempcallback_fuzzer_test.cpp34 static_cast<uint32_t>(ThermalMgrInterfaceCode::REG_THERMAL_TEMP_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
36 static_cast<uint32_t>(ThermalMgrInterfaceCode::UNREG_THERMAL_TEMP_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/thermal_manager/test/fuzztest/getthermalinfo_fuzzer/
H A Dgetthermalinfo_fuzzer_test.cpp33 …g_serviceTest.TestThermalServiceStub(static_cast<uint32_t>(ThermalMgrInterfaceCode::GET_THERMAL_IN… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/thermal_manager/test/fuzztest/getthermallevel_fuzzer/
H A Dgetthermallevel_fuzzer_test.cpp33 …g_serviceTest.TestThermalServiceStub(static_cast<uint32_t>(ThermalMgrInterfaceCode::GET_TEMP_LEVEL… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/thermal_manager/test/fuzztest/getthermalsensortemp_fuzzer/
H A Dgetthermalsensortemp_fuzzer_test.cpp33 …g_serviceTest.TestThermalServiceStub(static_cast<uint32_t>(ThermalMgrInterfaceCode::GET_SENSOR_INF… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/thermal_manager/test/fuzztest/setscene_fuzzer/
H A Dsetscene_fuzzer_test.cpp33 …g_serviceTest.TestThermalServiceStub(static_cast<uint32_t>(ThermalMgrInterfaceCode::SET_SCENE), da… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/thermal_manager/test/fuzztest/thermaldump_fuzzer/
H A Dthermaldump_fuzzer_test.cpp33 …g_serviceTest.TestThermalServiceStub(static_cast<uint32_t>(ThermalMgrInterfaceCode::SHELL_DUMP), d… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/thermal_manager/test/fuzztest/updatethermalstate_fuzzer/
H A Dupdatethermalstate_fuzzer_test.cpp34 static_cast<uint32_t>(ThermalMgrInterfaceCode::UPDATE_THERMAL_STATE), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
H A Dthermal_srv_ipc_interface_code.h22 enum class ThermalMgrInterfaceCode { enum