Home
last modified time | relevance | path

Searched refs:CreateInt64 (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp403 out = NapiUtil::CreateInt64(env, -1); in AddProcessor()
409 out = NapiUtil::CreateInt64(env, -1); in AddProcessor()
414 out = NapiUtil::CreateInt64(env, -1); in AddProcessor()
420 out = NapiUtil::CreateInt64(env, -1); in AddProcessor()
423 out = NapiUtil::CreateInt64(env, processorId); in AddProcessor()
H A Dnapi_util.cpp377 napi_value CreateInt64(const napi_env env, int64_t num) in CreateInt64() function
550 return CreateInt64(env, jsonValue.asInt64()); in CreateBaseValueByJson()
H A Dnapi_hiappevent_watch.cpp331 NapiUtil::CreateInt64(env, observerSeq) in AddWatcher()
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/
H A Dn_val.h76 static NVal CreateInt64(napi_env env, int64_t val);
H A Dn_val.cpp238 NVal NVal::CreateInt64(napi_env env, int64_t val) in CreateInt64() function in OHOS::HiviewDFX::NVal
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_util.h66 napi_value CreateInt64(const napi_env env, int64_t num);

Completed in 4 milliseconds