Searched refs:JsTest (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/ |
H A D | image_creator_napi.h | 79 static napi_value JsTest(napi_env env, napi_callback_info info);
|
H A D | image_receiver_napi.h | 82 static napi_value JsTest(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/ |
H A D | sendable_image_receiver_napi.h | 79 static napi_value JsTest(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_receiver_napi.cpp | 151 DECLARE_NAPI_GETTER("test", JsTest), in Init() 604 napi_value SendableImageReceiverNapi::JsTest(napi_env env, napi_callback_info info) in JsTest() function in OHOS::Media::SendableImageReceiverNapi
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_creator_napi.cpp | 130 DECLARE_NAPI_GETTER("test", JsTest), in Init() 515 napi_value ImageCreatorNapi::JsTest(napi_env env, napi_callback_info info) in JsTest() function in OHOS::Media::ImageCreatorNapi
|
H A D | image_receiver_napi.cpp | 150 DECLARE_NAPI_GETTER("test", JsTest), in Init() 606 napi_value ImageReceiverNapi::JsTest(napi_env env, napi_callback_info info) in JsTest() function in OHOS::Media::ImageReceiverNapi
|
/ohos5.0/docs/zh-cn/readme/ |
H A D | 测试子系统.md | 491 >- js测试套编译输出文件为hap类型,hap名为此处定义的测试套名,测试套名称必须以JsTest结尾。
|
/ohos5.0/docs/zh-cn/device-dev/device-test/ |
H A D | developer_test.md | 872 > - js测试套编译输出文件为hap类型,hap名为此处定义的测试套名,测试套名称必须以JsTest结尾。
|
/ohos5.0/docs/en/readme/ |
H A D | test.md | 506 …mat and named after the test suite name defined here. The test suite name must end with **JsTest**.
|
/ohos5.0/docs/en/device-dev/device-test/ |
H A D | developer_test.md | 785 …mat and named after the test suite name defined here. The test suite name must end with **JsTest**.
|