Home
last modified time | relevance | path

Searched refs:GetDataCodedType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_param.cpp80 DataCodedType UnsignedVarintDecodedParam::GetDataCodedType() in GetDataCodedType() function in OHOS::HiviewDFX::EventRaw::UnsignedVarintDecodedParam
107 DataCodedType UnsignedVarintDecodedArrayParam::GetDataCodedType() in GetDataCodedType() function in OHOS::HiviewDFX::EventRaw::UnsignedVarintDecodedArrayParam
123 DataCodedType SignedVarintDecodedParam::GetDataCodedType() in GetDataCodedType() function in OHOS::HiviewDFX::EventRaw::SignedVarintDecodedParam
150 DataCodedType SignedVarintDecodedArrayParam::GetDataCodedType() in GetDataCodedType() function in OHOS::HiviewDFX::EventRaw::SignedVarintDecodedArrayParam
166 DataCodedType FloatingNumberDecodedParam::GetDataCodedType() in GetDataCodedType() function in OHOS::HiviewDFX::EventRaw::FloatingNumberDecodedParam
193 DataCodedType FloatingNumberDecodedArrayParam::GetDataCodedType() in GetDataCodedType() function in OHOS::HiviewDFX::EventRaw::FloatingNumberDecodedArrayParam
209 DataCodedType StringDecodedParam::GetDataCodedType() in GetDataCodedType() function in OHOS::HiviewDFX::EventRaw::StringDecodedParam
236 DataCodedType StringDecodedArrayParam::GetDataCodedType() in GetDataCodedType() function in OHOS::HiviewDFX::EventRaw::StringDecodedArrayParam
H A Ddecoded_event.cpp155 auto iter = allFuncs.find(param->GetDataCodedType()); in AppendCustomizedArrayParam()
194 auto iter = allFuncs.find(param->GetDataCodedType()); in AppendCustomizedParam()
213 … if (find(noArrayEncodedTypes.begin(), noArrayEncodedTypes.end(), param->GetDataCodedType()) != in AppendCustomizedParams()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_param.h68 virtual DataCodedType GetDataCodedType() override;
81 virtual DataCodedType GetDataCodedType() override;
94 virtual DataCodedType GetDataCodedType() override;
107 virtual DataCodedType GetDataCodedType() override;
120 virtual DataCodedType GetDataCodedType() override;
133 virtual DataCodedType GetDataCodedType() override;
146 virtual DataCodedType GetDataCodedType() override;
159 virtual DataCodedType GetDataCodedType() override;
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Dencoded_param.h96 virtual DataCodedType GetDataCodedType() override in GetDataCodedType() function
144 virtual DataCodedType GetDataCodedType() override in GetDataCodedType() function
186 virtual DataCodedType GetDataCodedType() override in GetDataCodedType() function
235 virtual DataCodedType GetDataCodedType() override in GetDataCodedType() function
282 virtual DataCodedType GetDataCodedType() override in GetDataCodedType() function
336 virtual DataCodedType GetDataCodedType() override in GetDataCodedType() function
368 DataCodedType GetDataCodedType() override in GetDataCodedType() function
411 DataCodedType GetDataCodedType() override in GetDataCodedType() function
H A Draw_data_builder.h367 auto iter = getFuncs.find(encodedParam->GetDataCodedType()); in GetArrayValueByKey()
412 auto iter = getFuncs.find(encodedParam->GetDataCodedType()); in GetValueByKey()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/base/
H A Dvalue_param.h47 virtual DataCodedType GetDataCodedType() = 0;
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Draw_data_builder.cpp348 iter = paramFuncs.find(param->GetDataCodedType()); in InitValueParams()
395 iter = paramFuncs.find(param->GetDataCodedType()); in InitArrayValueParams()