Home
last modified time | relevance | path

Searched refs:ARKTS_ASSERT_I (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_string.cpp52 ARKTS_ASSERT_I(env, "env is null"); in ARKTS_GetValueUtf8Size()
53 ARKTS_ASSERT_I(ARKTS_IsString(env, value), "not a string"); in ARKTS_GetValueUtf8Size()
61 ARKTS_ASSERT_I(ARKTS_IsString(env, value), "not a string"); in ARKTS_GetValueUtf8()
69 ARKTS_ASSERT_I(env, "env is null"); in ARKTS_GetValueCString()
70 ARKTS_ASSERT_I(ARKTS_IsString(env, value), "not a string"); in ARKTS_GetValueCString()
H A Dark_interop_napi.cpp237 ARKTS_ASSERT_I(ref.IsNumber(), "not a number"); in ARKTS_GetValueNumber()
418 ARKTS_ASSERT_I(env, "env is null"); in ARKTS_GetArrayLength()
419 ARKTS_ASSERT_I(ARKTS_IsArray(env, array), "array is not array"); in ARKTS_GetArrayLength()
496 ARKTS_ASSERT_I(env, "env is null"); in ARKTS_GetArrayBufferLength()
497 ARKTS_ASSERT_I(ARKTS_IsArrayBuffer(env, value), "value is not arrayBuffer"); in ARKTS_GetArrayBufferLength()
725 ARKTS_ASSERT_I(info, "info is null"); in ARKTS_GetCallEnv()
733 ARKTS_ASSERT_I(info, "info is null"); in ARKTS_GetArgCount()
H A Dark_interop_internal.h110 #define ARKTS_ASSERT_I(condition, error) ARKTS_ASSERT(condition, error, 0) macro

Completed in 3 milliseconds