Home
last modified time | relevance | path

Searched refs:isImmed (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_srv_stub.cpp233 bool isImmed = false; in UpdateThermalStateStub() local
236 THERMAL_READ_PARCEL_WITH_RET(data, Bool, isImmed, E_READ_PARCEL_ERROR_THERMAL); in UpdateThermalStateStub()
237 UpdateThermalState(tag, val, isImmed); in UpdateThermalStateStub()
H A Dthermal_srv_proxy.cpp314 …l ThermalSrvProxy::UpdateThermalState(const std::string& tag, const std::string& val, bool isImmed) in UpdateThermalState() argument
333 THERMAL_WRITE_PARCEL_WITH_RET(data, Bool, isImmed, false); in UpdateThermalState()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-thermal_scene.md58 bool UpdateThermalState(const std::string& tag, const std::string& val, bool isImmed = false)
64 | isImmed | 是否立即更新温控动作值 | bool |
/ohos5.0/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_mgr_client.cpp185 … ThermalMgrClient::UpdateThermalState(const std::string& tag, const std::string& val, bool isImmed) in UpdateThermalState() argument
189 return thermalSrv_->UpdateThermalState(tag, val, isImmed); in UpdateThermalState()
/ohos5.0/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
H A Dithermal_srv.h42 …virtual bool UpdateThermalState(const std::string& tag, const std::string& val, bool isImmed = fal…
H A Dthermal_mgr_client.h43 bool UpdateThermalState(const std::string& tag, const std::string& val, bool isImmed = false);
/ohos5.0/base/powermgr/thermal_manager/services/zidl/include/
H A Dthermal_srv_proxy.h54 …virtual bool UpdateThermalState(const std::string& tag, const std::string& val, bool isImmed = fal…
/ohos5.0/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp455 …ol ThermalService::UpdateThermalState(const std::string& tag, const std::string& val, bool isImmed) in UpdateThermalState() argument
461 tag.c_str(), val.c_str(), isImmed); in UpdateThermalState()
464 if (isImmed) { in UpdateThermalState()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-thermal_scene.md58 bool UpdateThermalState(const std::string& tag, const std::string& val, bool isImmed = false)
64 | isImmed | Whether to update the thermal control action value immediately.| bool |
/ohos5.0/base/powermgr/thermal_manager/services/native/include/
H A Dthermal_service.h73 …bool UpdateThermalState(const std::string& tag, const std::string& val, bool isImmed = false) over…