Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_processor.cpp404 out = NapiUtil::CreateInt64(env, -1); in AddProcessor()
410 out = NapiUtil::CreateInt64(env, -1); in AddProcessor()
415 out = NapiUtil::CreateInt64(env, -1); in AddProcessor()
421 out = NapiUtil::CreateInt64(env, -1); in AddProcessor()
424 out = NapiUtil::CreateInt64(env, processorId); in AddProcessor()
Dnapi_util.cpp377 napi_value CreateInt64(const napi_env env, int64_t num) in CreateInt64() function
550 return CreateInt64(env, jsonValue.asInt64()); in CreateBaseValueByJson()
Dnapi_hiappevent_watch.cpp314 NapiUtil::CreateInt64(env, observerSeq) in AddWatcher()
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/
Dn_val.h76 static NVal CreateInt64(napi_env env, int64_t val);
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/
Dnapi_util.h66 napi_value CreateInt64(const napi_env env, int64_t num);