Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_bigint.cpp49 ARKTS_Value ARKTS_CreateBigIntWithBytes(ARKTS_Env env, bool isNegative, int64_t size, const uint8_t… in ARKTS_CreateBigIntWithBytes() function
H A Dark_interop_napi.h213 EXPORT ARKTS_Value ARKTS_CreateBigIntWithBytes(ARKTS_Env env, bool isNegative, int64_t size, const …
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/
H A Dtest_ark_interop.cpp598 auto value = ARKTS_CreateBigIntWithBytes(env, isNegative, std::size(origin), origin); in TestBigint16Bytes()
624 auto value = ARKTS_CreateBigIntWithBytes(env, isNegative, std::size(origin), origin); in TestBigint28Bytes()
648 auto value = ARKTS_CreateBigIntWithBytes(env, isNegative, std::size(origin), origin); in TestBigint32Bytes()