Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h147 struct AppEventParam { struct
149 AppEventParamType type; argument
150 AppEventParamValue value; argument
152 AppEventParam(std::string n, AppEventParamType t); argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp339 AppEventParam::AppEventParam(std::string n, AppEventParamType t) : name(n), type(t), value(t) in AppEventParam() function in OHOS::HiviewDFX::AppEventParam
342 AppEventParam::AppEventParam(const AppEventParam& param) : name(param.name), type(param.type), valu… in AppEventParam() function in OHOS::HiviewDFX::AppEventParam