Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/test/
H A Dtest_concurrent.cpp79 napi_value strAttribute = nullptr; variable
81 ASSERT_CHECK_VALUE_TYPE(env, strAttribute, napi_string);
121 napi_value strAttribute = nullptr; variable
124 bool res = NapiHelper::IsArray(env, strAttribute);
325 napi_value strAttribute = nullptr; variable
327 ASSERT_CHECK_VALUE_TYPE(env, strAttribute, napi_string);
477 napi_value strAttribute = nullptr; variable
479 ASSERT_CHECK_VALUE_TYPE(env, strAttribute, napi_string);
683 napi_value strAttribute = nullptr; variable
816 napi_value strAttribute = nullptr; variable
[all …]
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp419 napi_value strAttribute = nullptr; variable
420 ASSERT_CHECK_CALL(napi_create_string_utf8(env, testStr, strlen(testStr), &strAttribute));
421 ASSERT_CHECK_VALUE_TYPE(env, strAttribute, napi_string);
422 ASSERT_CHECK_CALL(napi_set_named_property(env, arrayresult, "strAttribute", strAttribute));
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp554 napi_value strAttribute = nullptr; variable
556 ASSERT_CHECK_VALUE_TYPE(env, strAttribute, napi_string);
2395 napi_value strAttribute = nullptr; variable
2396 napi_create_string_utf8(env, testStr, strlen(testStr), &strAttribute);
2397 napi_set_named_property(env, object, "strAttribute", strAttribute);
2464 napi_value strAttribute = nullptr; variable
2466 napi_set_named_property(env, object, "strAttribute", strAttribute);
2549 napi_value strAttribute = nullptr; variable
2551 napi_set_named_property(env, result, "strAttribute", strAttribute);
2632 napi_value strAttribute = nullptr; variable
[all …]