Searched refs:func (Results 1 - 6 of 6) sorted by relevance
| /ide/tools/previewer/util/ |
| H A D | PreviewerEngineLog.cpp | 30 void PrintLog(const char* level, const char* file, const char* func, int line, const char* fmt, ...) in PrintLog() argument 54 fprintf(stdout, "[%s][%s][%s][%d]%s:%s\n", level, fileStr.c_str(), func, line, in PrintLog()
|
| H A D | PreviewerEngineLog.h | 25 void PrintLog(const char* level, const char* file, const char* func, int line,
|
| H A D | SharedData.h | 121 * func: Callback 126 AppendNotify(SharedDataType type, std::function<void(T)> func, std::thread::id threadId, uint32_t period = 1) in AppendNotify() argument 132 dataMap[type].callBacks[threadId] = std::pair<std::function<void(T)>, uint32_t>(func, period); in AppendNotify()
|
| /ide/tools/previewer/mock/lite/ |
| H A D | VirtualLocation.cpp | 42 void VirtualLocation::SetCallBack(LocDataUpdateCallback func) in SetCallBack() argument 44 callBack = func; in SetCallBack()
|
| H A D | VirtualLocation.h | 26 void SetCallBack(LocDataUpdateCallback func);
|
| /ide/tools/previewer/test/unittest/util/ |
| H A D | SharedDataTest.cpp | 52 std::function<void(uint8_t)> func = [&num](uint8_t val) { num += val; }; in TEST() local 53 SharedData<uint8_t>::AppendNotify(SharedDataType::HEARTBEAT_VALUE, func, curThreadId); in TEST()
|
Completed in 2 milliseconds