Home
last modified time | relevance | path

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

/ide/tools/previewer/mock/lite/
H A DSensorModuleImpl.cpp29 return SharedData<uint32_t>::GetData(SharedDataType::SUMSTEP_VALUE); in GetSteps()
/ide/tools/previewer/util/
H A DSharedDataManager.h33 SUMSTEP_VALUE, member in SharedDataType
/ide/tools/previewer/test/unittest/mock_lite/
H A DSensorModuleImplTest.cpp34 SharedData<uint32_t>(SharedDataType::SUMSTEP_VALUE, g_sumStepVal, 0, 999999); // 999999 is max value in SetUpTestCase()
/ide/tools/previewer/
H A DThinPreviewer.cpp75 SharedData<uint32_t>(SharedDataType::SUMSTEP_VALUE, 0, 0, 999999); in InitSharedData()
/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp171 SharedData<uint32_t>::AppendNotify(SharedDataType::SUMSTEP_VALUE, TimerTaskHandler::CheckStepCountChanged, in ThreadCallBack()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp252 SharedData<uint32_t>(SharedDataType::SUMSTEP_VALUE, 0, 0, 999999); in InitSharedData()
H A DCommandLineTest.cpp49 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 DCommandLine.cpp1134 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