Searched refs:resultOut (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_push_callback.cpp | 171 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 D | napi_context_common.cpp | 187 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 D | napi_utils.cpp | 146 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 D | napi_os_account.cpp | 1623 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 D | napi_atmanager.cpp | 96 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 D | security_guard_napi.cpp | 1185 napi_value resultOut = nullptr; in UvQueueWorkOnSecEventsChanged() local 1187 &result[0], &resultOut); in UvQueueWorkOnSecEventsChanged()
|
Completed in 11 milliseconds