Home
last modified time | relevance | path

Searched refs:resultOut (Results 1 - 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp171 napi_value resultOut = nullptr; in OnCheckNotification() local
172 napi_call_function(env_, nullptr, checkFunc, ARGC_ONE, &argv[0], &resultOut); in OnCheckNotification()
173 funcResult = handleEscape.Escape(resultOut); in OnCheckNotification()
/base/security/access_token/frameworks/js/napi/privacy/src/
H A Dnapi_context_common.cpp187 napi_value resultOut = nullptr; in NotifyChangeResponse() local
193 napi_call_function(permActiveStatusData->env, undefined, callback, 1, &result, &resultOut)); in NotifyChangeResponse()
/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp146 napi_value resultOut = nullptr; in SetCallback() local
151 NAPI_CALL_RETURN_VOID(env, napi_call_function(env, undefined, callback, ARGC_TWO, &results[0], &resultOut)); in SetCallback()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1623 napi_value resultOut = nullptr; in UvQueueWorkOnAccountsSubNotify() local
1625 subscriberOAWorkerData->env, undefined, callback, ARGS_SIZE_ONE, &result[0], &resultOut); in UvQueueWorkOnAccountsSubNotify()
/base/security/access_token/frameworks/js/napi/accesstoken/src/
H A Dnapi_atmanager.cpp96 napi_value resultOut = nullptr; in NotifyPermStateChanged() local
102 napi_call_function(registerPermStateChangeData->env, undefined, callback, 1, &result, &resultOut)); in NotifyPermStateChanged()
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.cpp1185 napi_value resultOut = nullptr; in UvQueueWorkOnSecEventsChanged() local
1187 &result[0], &resultOut); in UvQueueWorkOnSecEventsChanged()

Completed in 11 milliseconds