Searched refs:thenValue (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ |
H A D | camera_napi_utils.cpp | 271 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 D | napi_remote_object.cpp | 769 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()
|