/ohos5.0/base/powermgr/thermal_manager/services/zidl/src/ |
H A D | thermal_srv_stub.cpp | 57 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 D | thermal_srv_proxy.cpp | 48 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 D | thermal_mock_stub_test.cpp | 89 …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 D | thermalactioncallback_fuzzer_test.cpp | 34 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 D | thermallevelcallback_fuzzer_test.cpp | 34 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 D | thermaltempcallback_fuzzer_test.cpp | 34 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 D | getthermalinfo_fuzzer_test.cpp | 33 …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 D | getthermallevel_fuzzer_test.cpp | 33 …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 D | getthermalsensortemp_fuzzer_test.cpp | 33 …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 D | setscene_fuzzer_test.cpp | 33 …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 D | thermaldump_fuzzer_test.cpp | 33 …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 D | updatethermalstate_fuzzer_test.cpp | 34 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 D | thermal_srv_ipc_interface_code.h | 22 enum class ThermalMgrInterfaceCode { enum
|