Home
last modified time | relevance | path

Searched refs:IsNumeric (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_value.h44 bool IsNumeric() const;
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp328 return val->IsNull() || val->IsBool() || val->IsNumeric() || val->IsString(); in IsStringValueType()
439 bool HiSysEventValue::IsNumeric() const in ParseJsonStr() function in OHOS::HiviewDFX::HiSysEventValue