Home
last modified time | relevance | path

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

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