Home
last modified time | relevance | path

Searched refs:BRIGHTNESS_VALUE (Results 1 - 7 of 7) sorted by relevance

/ide/tools/previewer/mock/lite/
H A DBrightnessModuleImpl.cpp26 if (!SharedData<uint8_t>::SetData(SharedDataType::BRIGHTNESS_VALUE, value)) { in SetValueImpl()
35 value = SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_VALUE); in GetValueImpl()
/ide/tools/previewer/util/
H A DSharedDataManager.h27 BRIGHTNESS_VALUE, member in SharedDataType
/ide/tools/previewer/
H A DThinPreviewer.cpp64 SharedData<uint8_t>(SharedDataType::BRIGHTNESS_VALUE, 255, 1, 255); in InitSharedData()
133 SharedData<uint8_t>::AppendNotify(SharedDataType::BRIGHTNESS_VALUE, in main()
/ide/tools/previewer/test/unittest/mock_lite/
H A DBrightnessModuleImplTest.cpp27 SharedData<uint8_t>(SharedDataType::BRIGHTNESS_VALUE, curVal, minVal, maxVal); in TEST()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp248 SharedData<uint8_t>(SharedDataType::BRIGHTNESS_VALUE, 255, 1, 255); in InitSharedData()
305 EXPECT_EQ(SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_VALUE), 170); in TEST()
H A DCommandLineTest.cpp45 SharedData<uint8_t>(SharedDataType::BRIGHTNESS_VALUE, 255, 1, 255); in SetUpTestCase()
1129 uint8_t mode = SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_VALUE); in TEST_F()
1136 mode = SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_VALUE); in TEST_F()
1143 mode = SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_VALUE); in TEST_F()
1150 mode = SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_VALUE); in TEST_F()
1161 uint8_t mode = SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_VALUE); in TEST_F()
/ide/tools/previewer/cli/
H A DCommandLine.cpp1051 result.Add("Brightness", SharedData<uint8_t>::GetData(SharedDataType::BRIGHTNESS_VALUE)); in RunGet()
1058 SharedData<uint8_t>::SetData(SharedDataType::BRIGHTNESS_VALUE, in RunSet()
1076 if (!SharedData<uint8_t>::IsValid(SharedDataType::BRIGHTNESS_VALUE, temp)) { in IsSetArgValid()

Completed in 11 milliseconds