Searched refs:AppEventParam (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 282 std::string GetParamValueStr(const AppEventParam& param)
in GetParamValueStr() 339 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), value(param.value)
in AppEventParam() function in OHOS::HiviewDFX::AppEventParam 345 AppEventParam::~AppEventParam()
in ~AppEventParam() 396 AppEventParam appEventParam(key, AppEventParamType::EMPTY);
in AddParam() 402 AppEventParam appEventPara in AddParam() [all...] |
H A D | hiappevent_verify.cpp | 176 bool CheckParamsNum(std::list<AppEventParam>& baseParams)
in CheckParamsNum() 193 bool VerifyAppEventParam(AppEventParam& param, std::unordered_set<std::string>& paramNames, int& verifyRes)
in VerifyAppEventParam() 233 int VerifyCustomAppEventParam(AppEventParam& param, std::unordered_set<std::string>& paramNames)
in VerifyCustomAppEventParam() 409 std::list<AppEventParam>& baseParams = event->baseParams_;
in VerifyAppEvent() 443 std::list<AppEventParam>& baseParams = event->baseParams_;
in VerifyCustomEventParams()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 146 struct AppEventParam {
struct 151 AppEventParam(std::string n, AppEventParamType t);
152 AppEventParam(const AppEventParam& param);
153 ~AppEventParam();
155 using AppEventParam = struct AppEventParam;
255 std::list<AppEventParam> baseParams_;
|
Completed in 3 milliseconds