Searched refs:ExpectCheckCall (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | test_napi.cpp | 304 static void ExpectCheckCall(napi_status call) in ExpectCheckCall() function 313 ExpectCheckCall(napi_typeof(env, value, &valueType)); in AssertCheckValueType() 853 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 994 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 1023 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 1073 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 1125 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 1154 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 1213 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 7938 ExpectCheckCall(napi_remove_async_cleanup_hook(data->handle)); in AfterCleanupHookTwo() [all …]
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 3511 static void ExpectCheckCall(napi_status call) in ExpectCheckCall() function 3540 ExpectCheckCall(napi_add_env_cleanup_hook(testEnv, Cleanup, &g_hookArgOne)); 3659 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &g_hookArgOne)); 3660 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &g_hookArgTwo)); 3677 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &g_hookArgOne)); 3678 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &g_hookArgTwo)); 3695 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &g_hookArgOne)); 3696 ExpectCheckCall(napi_add_env_cleanup_hook(env, Cleanup, &g_hookArgTwo)); 3765 ExpectCheckCall(napi_remove_async_cleanup_hook(data->handle)); in AfterCleanupHookTwo() 3779 ExpectCheckCall(napi_get_uv_event_loop(data->env, &loop)); in AsyncCleanupHook() [all …]
|