Home
last modified time | relevance | path

Searched defs:OptHandler (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hisysevent/frameworks/native/include/
Dhisysevent_tool.h42 using OptHandler = std::function<void(struct ArgStuct&, const char*)>; variable
/base/hiviewdfx/hilog/services/hilogtool/
Dmain.cpp406 using OptHandler = std::function<int(HilogArgs& context, const char *arg)>; typedef