Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp305 typedef struct ConfigProp { struct
306 std::string type;
307 std::string key;
308 int (*func)(const napi_env, const napi_value, const std::string&, ReportConfig&);
309 } ConfigProp; typedef