Searched refs:CreateInt64 (Results 1 – 6 of 6) sorted by relevance
| /base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| D | napi_hiappevent_processor.cpp | 349 out = NapiUtil::CreateInt64(env, -1); in AddProcessor() 355 out = NapiUtil::CreateInt64(env, -1); in AddProcessor() 360 out = NapiUtil::CreateInt64(env, -1); in AddProcessor() 366 out = NapiUtil::CreateInt64(env, -1); in AddProcessor() 369 out = NapiUtil::CreateInt64(env, processorId); in AddProcessor()
|
| D | napi_util.cpp | 372 napi_value CreateInt64(const napi_env env, int64_t num) in CreateInt64() function 545 return CreateInt64(env, jsonValue.asInt64()); in CreateBaseValueByJson()
|
| D | napi_hiappevent_watch.cpp | 309 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);
|