Home
last modified time | relevance | path

Searched refs:ASYNC_FUN_TYPE_PROMISE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_input_napi.cpp359 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Open()
401 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Close()
442 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Release()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_param_parser.h40 …yncFunctionType : int32_t { ASYNC_FUN_TYPE_NONE, ASYNC_FUN_TYPE_CALLBACK, ASYNC_FUN_TYPE_PROMISE }; enumerator
107 asyncFunctionType_ = ASYNC_FUN_TYPE_PROMISE; in CreatePromise()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dmetadata_output_napi.cpp526 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Start()
569 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Stop()
610 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Release()
H A Dpreview_output_napi.cpp525 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Release()
603 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Start()
645 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Stop()
H A Dvideo_output_napi.cpp525 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Start()
567 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Stop()
785 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Release()
H A Dphoto_output_napi.cpp2118 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Capture()
2160 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in BurstCapture()
2224 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Release()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp1104 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in CommitConfig()
1439 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Start()
1481 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Stop()
1523 if (asyncFunction->GetAsyncFunctionType() == ASYNC_FUN_TYPE_PROMISE) { in Release()