Searched refs:AppendNotify (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/jsapp/lite/ |
| H A D | JsAppImpl.cpp | 167 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 D | SharedDataTest.cpp | 53 SharedData<uint8_t>::AppendNotify(SharedDataType::HEARTBEAT_VALUE, func, curThreadId); in TEST()
|
| /ide/tools/previewer/ |
| H A D | ThinPreviewer.cpp | 133 SharedData<uint8_t>::AppendNotify(SharedDataType::BRIGHTNESS_VALUE, in main()
|
| /ide/tools/previewer/util/ |
| H A D | SharedData.h | 126 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