Searched refs:PRESSURE_VALUE (Results 1 - 8 of 8) sorted by relevance
| /ide/tools/previewer/mock/lite/ |
| H A D | SensorModuleImpl.cpp | 24 return SharedData<uint32_t>::GetData(SharedDataType::PRESSURE_VALUE); in GetBarometer()
|
| /ide/tools/previewer/util/ |
| H A D | SharedDataManager.h | 35 PRESSURE_VALUE, member in SharedDataType
|
| /ide/tools/previewer/test/unittest/mock_lite/ |
| H A D | SensorModuleImplTest.cpp | 33 SharedData<uint32_t>(SharedDataType::PRESSURE_VALUE, g_pressureVal, 0, 999900); // 999900 is max value in SetUpTestCase()
|
| /ide/tools/previewer/ |
| H A D | ThinPreviewer.cpp | 79 SharedData<uint32_t>(SharedDataType::PRESSURE_VALUE, 101325, 0, 999900); in InitSharedData()
|
| /ide/tools/previewer/jsapp/lite/ |
| H A D | JsAppImpl.cpp | 169 SharedData<uint32_t>::AppendNotify(SharedDataType::PRESSURE_VALUE, TimerTaskHandler::CheckBarometerChanged, in ThreadCallBack()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineInterfaceTest.cpp | 263 SharedData<uint32_t>(SharedDataType::PRESSURE_VALUE, 101325, 0, 999900); in InitSharedData()
|
| H A D | CommandLineTest.cpp | 60 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 D | CommandLine.cpp | 403 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