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 D | ark_interop_bigint.cpp | 49 ARKTS_Value ARKTS_CreateBigIntWithBytes(ARKTS_Env env, bool isNegative, int64_t size, const uint8_t… in ARKTS_CreateBigIntWithBytes() function
|
H A D | ark_interop_napi.h | 213 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 D | test_ark_interop.cpp | 598 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()
|