Home
last modified time | relevance | path

Searched refs:IsNull (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
Dhisysevent_value.h43 bool IsNull() const;
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_record.cpp304 return val->IsInt64() || val->IsNull() || val->IsBool(); in IsInt64ValueType()
309 return val->IsUInt64() || val->IsNull() || val->IsBool(); in IsUInt64ValueType()
314 return val->IsDouble() || val->IsNull() || val->IsBool(); in IsDoubleValueType()
319 return val->IsNull() || val->IsBool() || val->IsNumeric() || val->IsString(); in IsStringValueType()
422 bool HiSysEventValue::IsNull() const in ParseJsonStr() function in OHOS::HiviewDFX::HiSysEventValue
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_util.h28 bool IsNull(const napi_env env, const napi_value value);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp27 bool IsNull(const napi_env env, const napi_value value) in IsNull() function