/test/xts/hats/hdf/camera/cameraHdi/pipeline_core/ |
H A D | pipeline_core_test.cpp | 64 re = core->Init(); in HWTEST_F() 73 re = s->Init(g_cameraId); in HWTEST_F() 84 re = core->Init(); in HWTEST_F() 93 re = s->Init(g_cameraId); in HWTEST_F() 104 re = core->Init(); in HWTEST_F() 117 re = s->Init(g_cameraId); in HWTEST_F() 128 re = core->Init(); in HWTEST_F() 137 re = s->Init(g_cameraId); in HWTEST_F() 155 re = core->Init(); in HWTEST_F() 168 re = s->Init(g_cameraI in HWTEST_F() [all...] |
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/ |
H A D | buffer_manager_utest.cpp | 101 stream->Init(producer); in HWTEST_F() 166 RetCode rc = bufferPool->Init(2, 1, CAMERA_USAGE_SW_WRITE_OFTEN, CAMERA_FORMAT_YCBCR_422_P, 1, in HWTEST_F() 206 rc = bufferPool->Init(1280, 720, in HWTEST_F() 223 RetCode rc = bufferPool->Init(1280, 720, CAMERA_USAGE_SW_WRITE_OFTEN, CAMERA_FORMAT_YCBCR_422_P, count, in HWTEST_F() 276 RetCode rc = bufferPool->Init(1280, 720, CAMERA_USAGE_SW_WRITE_OFTEN, CAMERA_FORMAT_YCBCR_422_P, count, in HWTEST_F() 354 stream->Init(producer); in HWTEST_F() 394 bool BufferManagerTest::Stream::Init(std::shared_ptr<OHOS::Surface>& producer) in Init() function in OHOS::CameraUtest::BufferManagerTest::Stream 410 rc = bufferPool_->Init(width_, height_, usage_, format_, queueSize_, CAMERA_BUFFER_SOURCE_TYPE_HEAP); in Init() 421 rc = bufferPool_->Init(width_, height_, usage_, format_, queueSize_, CAMERA_BUFFER_SOURCE_TYPE_EXTERNAL); in Init() 431 bool BufferManagerTest::Stream::Init(spt [all...] |
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/ |
H A D | napi_func_init.cpp | 19 static napi_value Init(napi_env env, napi_value exports) in Init() function 22 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Init", "env or exports is null"); in Init() 29 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Init", "napi_define_properties failed"); in Init() 39 .nm_register_func = Init,
|
H A D | napi_render_init.cpp | 23 static napi_value Init(napi_env env, napi_value exports) in Init() function 25 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Init", "Init begins"); in Init() 27 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Init", "env or exports is null"); in Init() 39 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Init", "napi_define_properties failed"); in Init() 51 .nm_register_func = Init,
|
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/napi/ |
H A D | napi_init.cpp | 22 static napi_value Init(napi_env env, napi_value exports) in Init() function 24 LOGE("Init"); in Init() 32 LOGE("Init failed"); in Init() 44 .nm_register_func = Init,
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | fenvndk1.cpp | 30 static napi_value Init(napi_env env, napi_value exports)
in Init() function 44 .nm_register_func = Init,
|
H A D | applicationTargetSdkVersionndk.cpp | 37 static napi_value Init(napi_env env, napi_value exports)
in Init() function 52 .nm_register_func = Init,
|
H A D | deviceApiVersionndk.cpp | 39 static napi_value Init(napi_env env, napi_value exports)
in Init() function 53 .nm_register_func = Init,
|
H A D | ifaddrsndk1.cpp | 37 static napi_value Init(napi_env env, napi_value exports)
in Init() function 50 .nm_register_func = Init,
|
H A D | ipcndk.cpp | 42 static napi_value Init(napi_env env, napi_value exports)
in Init() function 57 .nm_register_func = Init,
|
H A D | klogndk.cpp | 40 static napi_value Init(napi_env env, napi_value exports)
in Init() function 54 .nm_register_func = Init,
|
H A D | klogndk1.cpp | 32 static napi_value Init(napi_env env, napi_value exports)
in Init() function 46 .nm_register_func = Init,
|
H A D | personalityndk.cpp | 41 static napi_value Init(napi_env env, napi_value exports)
in Init() function 56 .nm_register_func = Init,
|
H A D | quotandk1.cpp | 35 static napi_value Init(napi_env env, napi_value exports)
in Init() function 49 .nm_register_func = Init,
|
H A D | quotandk.cpp | 35 static napi_value Init(napi_env env, napi_value exports)
in Init() function 49 .nm_register_func = Init,
|
H A D | randomndk1.cpp | 38 static napi_value Init(napi_env env, napi_value exports)
in Init() function 52 .nm_register_func = Init,
|
H A D | stroptsndk.cpp | 39 static napi_value Init(napi_env env, napi_value exports)
in Init() function 53 .nm_register_func = Init,
|
H A D | termiosndk1.cpp | 43 static napi_value Init(napi_env env, napi_value exports)
in Init() function 57 .nm_register_func = Init,
|
H A D | sysmmanndk.cpp | 39 EXTERN_C_START static napi_value Init(napi_env env, napi_value exports)
in Init() function 53 .nm_register_func = Init,
|
H A D | tgkillndk.cpp | 32 static napi_value Init(napi_env env, napi_value exports)
in Init() function 46 .nm_register_func = Init,
|
H A D | utsnamendk.cpp | 30 static napi_value Init(napi_env env, napi_value exports)
in Init() function 45 .nm_register_func = Init,
|
/test/xts/acts/notification/ans_standard/actsNotificationNDKEnableTest/entry/src/main/cpp/ |
H A D | enable.cpp | 34 static napi_value Init(napi_env env, napi_value exports)
in Init() function 48 .nm_register_func = Init,
|
/test/xts/acts/security/accesstokenNDKTest/entry/src/main/cpp/ |
H A D | napi_init.cpp | 36 static napi_value Init(napi_env env, napi_value exports)
in Init() function 52 .nm_register_func = Init,
|
/test/xts/acts/communication/wifi_capi/entry/src/main/cpp/ |
H A D | napi_init.cpp | 41 static napi_value Init(napi_env env, napi_value exports)
in Init() function 56 .nm_register_func = Init,
|
/test/xts/acts/hiviewdfx/hiview/faultlogger/faultloggerjs/src/main/cpp/ |
H A D | faultlogger_test_napi.cpp | 36 static napi_value Init(napi_env env, napi_value exports) in Init() function 51 .nm_register_func = Init,
|