Searched refs:SUMSTEP_VALUE (Results 1 - 8 of 8) sorted by relevance
| /ide/tools/previewer/mock/lite/ |
| H A D | SensorModuleImpl.cpp | 29 return SharedData<uint32_t>::GetData(SharedDataType::SUMSTEP_VALUE); in GetSteps()
|
| /ide/tools/previewer/util/ |
| H A D | SharedDataManager.h | 33 SUMSTEP_VALUE, member in SharedDataType
|
| /ide/tools/previewer/test/unittest/mock_lite/ |
| H A D | SensorModuleImplTest.cpp | 34 SharedData<uint32_t>(SharedDataType::SUMSTEP_VALUE, g_sumStepVal, 0, 999999); // 999999 is max value in SetUpTestCase()
|
| /ide/tools/previewer/ |
| H A D | ThinPreviewer.cpp | 75 SharedData<uint32_t>(SharedDataType::SUMSTEP_VALUE, 0, 0, 999999); in InitSharedData()
|
| /ide/tools/previewer/jsapp/lite/ |
| H A D | JsAppImpl.cpp | 171 SharedData<uint32_t>::AppendNotify(SharedDataType::SUMSTEP_VALUE, TimerTaskHandler::CheckStepCountChanged, in ThreadCallBack()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineInterfaceTest.cpp | 252 SharedData<uint32_t>(SharedDataType::SUMSTEP_VALUE, 0, 0, 999999); in InitSharedData()
|
| H A D | CommandLineTest.cpp | 49 SharedData<uint32_t>(SharedDataType::SUMSTEP_VALUE, 0, 0, 999999); in SetUpTestCase() 1235 uint32_t mode = SharedData<uint32_t>::GetData(SharedDataType::SUMSTEP_VALUE); in TEST_F() 1242 mode = SharedData<uint32_t>::GetData(SharedDataType::SUMSTEP_VALUE); in TEST_F() 1249 mode = SharedData<uint32_t>::GetData(SharedDataType::SUMSTEP_VALUE); in TEST_F() 1256 mode = SharedData<uint32_t>::GetData(SharedDataType::SUMSTEP_VALUE); in TEST_F() 1267 uint8_t mode = SharedData<uint32_t>::GetData(SharedDataType::SUMSTEP_VALUE); in TEST_F()
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.cpp | 1134 result.Add("StepCount", SharedData<uint32_t>::GetData(SharedDataType::SUMSTEP_VALUE)); in RunGet() 1141 SharedData<uint32_t>::SetData(SharedDataType::SUMSTEP_VALUE, in RunSet() 1159 if (!SharedData<uint32_t>::IsValid(SharedDataType::SUMSTEP_VALUE, temp)) { in IsSetArgValid()
|
Completed in 8 milliseconds