Home
last modified time | relevance | path

Searched refs:thenValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_utils.cpp271 napi_value thenValue; in CallPromiseFun() local
272 … ret = napi_create_function(env, "thenCallback", NAPI_AUTO_LENGTH, thenCallback, data, &thenValue); in CallPromiseFun()
285 napi_value thenArgv[THEN_ARGC] = { thenValue, catchValue }; in CallPromiseFun()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp769 napi_value thenValue; in OnJsRemoteRequest() local
770 …api_create_function(param->env, "thenCallback", NAPI_AUTO_LENGTH, ThenCallback, param, &thenValue); in OnJsRemoteRequest()
788 napi_value thenArgv[THEN_ARGC] = {thenValue, catchValue}; in OnJsRemoteRequest()