Searched refs:defaultBrightness (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/ |
H A D | calculation_config_parser.cpp | 40 data.defaultBrightness = root["defaultBrightness"].asFloat(); in ParseConfig() 53 text.append(std::to_string(data.defaultBrightness)).append(", "); in PrintConfig()
|
H A D | calculation_manager.cpp | 86 float defaultBrightness = GetCurrentBrightness(lux); in UpdateDefaultBrightness() local 87 mDefaultBrightnessFromLux = defaultBrightness; in UpdateDefaultBrightness()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/ |
H A D | light_driver.c | 108 lightBrightness = drvData->info[lightId]->defaultBrightness; in UpdateLight() 363 uint32_t *defaultBrightness = NULL; in GetLightBaseConfigData() local 404 defaultBrightness = (uint32_t *)&drvData->info[lightId]->defaultBrightness; in GetLightBaseConfigData() 405 ret = parser->GetUint32(node, "defaultBrightness", defaultBrightness, 0); in GetLightBaseConfigData()
|
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/ |
H A D | calculation_config_parser.h | 35 float defaultBrightness{35.0f};
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-light-des.md | 98 … defaultBrightness = 0X00FFFFFF; // 系统默认亮度值,B:0-7位,R:8-15位,G:16-23,扩展位24-31位。 213 uint32_t *defaultBrightness = NULL; 260 defaultBrightness = (uint32_t *)&drvData->info[lightId]->defaultBrightness; 261 ret = parser->GetUint32(node, "defaultBrightness", defaultBrightness, 0); 262 CHECK_LIGHT_PARSER_RESULT_RETURN_VALUE(ret, "defaultBrightness");
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/include/ |
H A D | light_driver.h | 147 uint32_t defaultBrightness; member
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-light-des.md | 100 …defaultBrightness = 0X00FFFFFF; // Default luminance value of the system. B: bits 0 to 7; R: bits … 215 uint32_t *defaultBrightness = NULL; 262 defaultBrightness = (uint32_t *)&drvData->info[lightId]->defaultBrightness; 263 ret = parser->GetUint32(node, "defaultBrightness", defaultBrightness, 0); 264 CHECK_LIGHT_PARSER_RESULT_RETURN_VALUE(ret, "defaultBrightness");
|
/ohos5.0/drivers/interface/light/v1_0/ |
H A D | ILightInterface.idl | 65 …* light brightness according to the defaultBrightness configured by HCS. For details, see {@link L…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/light_v1_0/foo/light/v1_0/ |
H A D | ILightInterface.idl | 65 …* light brightness according to the defaultBrightness configured by HCS. For details, see {@link L…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 4398 Dimension defaultBrightness(1.0); in GetBrightness() local 4399 CHECK_NULL_RETURN(frameNode, defaultBrightness); in GetBrightness() 4401 CHECK_NULL_RETURN(renderContext, defaultBrightness); in GetBrightness() 4402 return renderContext->GetFrontBrightness().value_or(defaultBrightness); in GetBrightness()
|