Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp208 int32_t int32Value = 0; in ParseInt32Value() local
209 napi_status ret = napi_get_value_int32(env, value, &int32Value); in ParseInt32Value()
214 return int32Value; in ParseInt32Value()