Searched refs:CreateInt64 (Results 1 – 6 of 6) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
D | napi_hiappevent_processor.cpp | 404 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()
|
D | napi_util.cpp | 377 napi_value CreateInt64(const napi_env env, int64_t num) in CreateInt64() function 550 return CreateInt64(env, jsonValue.asInt64()); in CreateBaseValueByJson()
|
D | napi_hiappevent_watch.cpp | 314 NapiUtil::CreateInt64(env, observerSeq) in AddWatcher()
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/ |
D | n_val.h | 76 static NVal CreateInt64(napi_env env, int64_t val);
|
D | n_val.cpp | 238 NVal NVal::CreateInt64(napi_env env, int64_t val) in CreateInt64() function in OHOS::HiviewDFX::NVal
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
D | napi_util.h | 66 napi_value CreateInt64(const napi_env env, int64_t num);
|