Home
last modified time | relevance | path

Searched refs:IsUint16 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_report/event/
H A Dparam_value.cpp69 return IsUint16() ? std::get<uint16_t>(this->value_) : DEFAULT_UINT16; in GetUint16()
102 bool ParamValue::IsUint16() const in IsUint16() function in OHOS::HiviewDFX::ParamValue
/ohos5.0/base/hiviewdfx/hiview/base/event_report/event/include/
H A Dparam_value.h55 bool IsUint16() const;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp1588 static bool IsUint16(const std::string &s) in IsUint16() function
1617 !IsUint16(result.second)) { in Validate()