Home
last modified time | relevance | path

Searched refs:resultOut (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push_callback.cpp170 napi_value resultOut = nullptr; in OnCheckNotification() local
171 napi_call_function(env_, nullptr, checkFunc, ARGC_ONE, &argv[0], &resultOut); in OnCheckNotification()
172 funcResult = handleEscape.Escape(resultOut); in OnCheckNotification()
/base/security/access_token/interfaces/kits/privacy/napi/src/
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/
Dnapi_utils.cpp142 napi_value resultOut = nullptr; in SetCallback() local
147 …_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/
Dnapi_os_account.cpp1476 napi_value resultOut = nullptr; in UvQueueWorkOnAccountsChanged() local
1478 … subscriberOAWorkerData->env, undefined, callback, ARGS_SIZE_ONE, &result[0], &resultOut); in UvQueueWorkOnAccountsChanged()
/base/security/access_token/interfaces/kits/accesstoken/napi/src/
Dnapi_atmanager.cpp186 napi_value resultOut = nullptr; in NotifyPermStateChanged() local
192 …napi_call_function(registerPermStateChangeData->env, undefined, callback, 1, &result, &resultOut)); in NotifyPermStateChanged()