Searched refs:sendableInstance (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 299 napi_value sendableInstance = nullptr; variable 307 ASSERT_CHECK_CALL(napi_get_prototype(env, sendableInstance, &prototype)); 321 ASSERT_CHECK_CALL(napi_get_property(env, sendableInstance, instance_str, &value)); 324 napi_set_property(env, sendableInstance, instance_str, instance_value); 325 ASSERT_CHECK_CALL(napi_get_property(env, sendableInstance, instance_str, &value)); 330 ASSERT_CHECK_CALL(napi_get_property(env, sendableInstance, non_static_str, &value)); 353 napi_value sendableInstance = nullptr; variable 372 napi_set_property(env, sendableInstance, non_static_str, non_static_value); 383 napi_set_property(env, sendableInstance, invalid_str, invalid_value); 387 ASSERT_CHECK_CALL(napi_get_property(env, sendableInstance, invalid_str, &value)); [all …]
|