Home
last modified time | relevance | path

Searched refs:AppendNotify (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp167 SharedData<uint8_t>::AppendNotify(SharedDataType::HEARTBEAT_VALUE, TimerTaskHandler::CheckHeartRateChanged, in ThreadCallBack()
169 SharedData<uint32_t>::AppendNotify(SharedDataType::PRESSURE_VALUE, TimerTaskHandler::CheckBarometerChanged, in ThreadCallBack()
171 SharedData<uint32_t>::AppendNotify(SharedDataType::SUMSTEP_VALUE, TimerTaskHandler::CheckStepCountChanged, in ThreadCallBack()
173 SharedData<bool>::AppendNotify(SharedDataType::WEARING_STATE, TimerTaskHandler::CheckOnBodyStateChanged, in ThreadCallBack()
176 SharedData<std::string>::AppendNotify(SharedDataType::LANGUAGE, TimerTaskHandler::CheckLanguageChanged, in ThreadCallBack()
/ide/tools/previewer/test/unittest/util/
H A DSharedDataTest.cpp53 SharedData<uint8_t>::AppendNotify(SharedDataType::HEARTBEAT_VALUE, func, curThreadId); in TEST()
/ide/tools/previewer/
H A DThinPreviewer.cpp133 SharedData<uint8_t>::AppendNotify(SharedDataType::BRIGHTNESS_VALUE, in main()
/ide/tools/previewer/util/
H A DSharedData.h126 AppendNotify(SharedDataType type, std::function<void(T)> func, std::thread::id threadId, uint32_t period = 1) in AppendNotify() function in SharedData

Completed in 2 milliseconds