Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/event_report/event/
Dparam_value.cpp19 ParamValue::ParamValue() in ParamValue() function in OHOS::HiviewDFX::ParamValue
22 ParamValue::ParamValue(uint8_t value) in ParamValue() function in OHOS::HiviewDFX::ParamValue
27 ParamValue::ParamValue(uint16_t value) in ParamValue() function in OHOS::HiviewDFX::ParamValue
32 ParamValue::ParamValue(uint32_t value) in ParamValue() function in OHOS::HiviewDFX::ParamValue
37 ParamValue::ParamValue(uint64_t value) in ParamValue() function in OHOS::HiviewDFX::ParamValue
42 ParamValue::ParamValue(const std::string& value) in ParamValue() function in OHOS::HiviewDFX::ParamValue
47 ParamValue::ParamValue(const std::vector<uint32_t>& value) in ParamValue() function in OHOS::HiviewDFX::ParamValue
52 ParamValue::ParamValue(const std::vector<std::string>& value) in ParamValue() function in OHOS::HiviewDFX::ParamValue
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_c.h89 typedef struct ParamValue { struct
91 enum ParamType type;
94 union Value {
146 } ParamValue; argument