Home
last modified time | relevance | path

Searched refs:PRESSURE_VALUE (Results 1 - 8 of 8) sorted by relevance

/ide/tools/previewer/mock/lite/
H A DSensorModuleImpl.cpp24 return SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE); in GetBarometer()
/ide/tools/previewer/util/
H A DSharedDataManager.h35 PRESSURE_VALUE, member in SharedDataType
/ide/tools/previewer/test/unittest/mock_lite/
H A DSensorModuleImplTest.cpp33 SharedData<uint32_t>(SharedDataType::PRESSURE_VALUE, g_pressureVal, 0, 999900); // 999900 is max value in SetUpTestCase()
/ide/tools/previewer/
H A DThinPreviewer.cpp79 SharedData<uint32_t>(SharedDataType::PRESSURE_VALUE, 101325, 0, 999900); in InitSharedData()
/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp169 SharedData<uint32_t>::AppendNotify(SharedDataType::PRESSURE_VALUE, TimerTaskHandler::CheckBarometerChanged, in ThreadCallBack()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp263 SharedData<uint32_t>(SharedDataType::PRESSURE_VALUE, 101325, 0, 999900); in InitSharedData()
H A DCommandLineTest.cpp60 SharedData<uint32_t>(SharedDataType::PRESSURE_VALUE, 101325, 0, 999900); in SetUpTestCase()
839 int barometer = static_cast<int>(SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE)); in TEST_F()
845 barometer = static_cast<int>(SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE)); in TEST_F()
851 barometer = static_cast<int>(SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE)); in TEST_F()
862 int barometer = static_cast<int>(SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE)); in TEST_F()
/ide/tools/previewer/cli/
H A DCommandLine.cpp403 if (!SharedData<uint32_t>::IsValid(SharedDataType::PRESSURE_VALUE, val)) { in IsSetArgValid()
412 int barometer = static_cast<int>(SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE)); in RunGet()
422 SharedData<uint32_t>::SetData(SharedDataType::PRESSURE_VALUE, val); in RunSet()

Completed in 8 milliseconds