Home
last modified time | relevance | path

Searched refs:SUMSTEP_VALUE (Results 1 – 5 of 5) sorted by relevance

/ide/tools/previewer/mock/lite/
DSensorModuleImpl.cpp29 return SharedData<uint32_t>::GetData(SharedDataType::SUMSTEP_VALUE); in GetSteps()
/ide/tools/previewer/util/
DSharedDataManager.h33 SUMSTEP_VALUE, enumerator
/ide/tools/previewer/
DThinPreviewer.cpp117 SharedData<uint32_t>(SharedDataType::SUMSTEP_VALUE, 0, 0, 999999); in InitSharedData()
/ide/tools/previewer/jsapp/lite/
DJsAppImpl.cpp171 …SharedData<uint32_t>::AppendNotify(SharedDataType::SUMSTEP_VALUE, TimerTaskHandler::CheckStepCount… in ThreadCallBack()
/ide/tools/previewer/cli/
DCommandLine.cpp1133 result["StepCount"] = SharedData<uint32_t>::GetData(SharedDataType::SUMSTEP_VALUE); in RunGet()
1140 SharedData<uint32_t>::SetData(SharedDataType::SUMSTEP_VALUE, in RunSet()
1159 if (!SharedData<uint32_t>::IsValid(SharedDataType::SUMSTEP_VALUE, temp)) { in IsSetArgValid()