Searched refs:AppEventParam (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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), valu… in AppEventParam() function in OHOS::HiviewDFX::AppEventParam 345 AppEventParam::~AppEventParam() in ~AppEventParam() 396 AppEventParam appEventParam(key, AppEventParamType::EMPTY); in AddParam() 402 AppEventParam appEventParam(key, AppEventParamType::BOOL); in AddParam() 409 AppEventParam appEventParam(key, AppEventParamType::CHAR); in AddParam() 416 AppEventParam appEventParam(key, AppEventParamType::SHORT); in AddParam() 423 AppEventParam appEventParam(key, AppEventParamType::SHORT); in AddParam() 444 AppEventParam appEventParam(key, AppEventParamType::FLOAT); 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& ve… 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()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 146 struct AppEventParam { struct 151 AppEventParam(std::string n, AppEventParamType t); argument 152 AppEventParam(const AppEventParam& param); 153 ~AppEventParam(); 155 using AppEventParam = struct AppEventParam; 255 std::list<AppEventParam> baseParams_;
|