Searched refs:resultOut (Results 1 – 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
D | napi_push_callback.cpp | 170 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/ |
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/ |
D | napi_utils.cpp | 142 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/ |
D | napi_os_account.cpp | 1476 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/ |
D | napi_atmanager.cpp | 186 napi_value resultOut = nullptr; in NotifyPermStateChanged() local 192 …napi_call_function(registerPermStateChangeData->env, undefined, callback, 1, &result, &resultOut)); in NotifyPermStateChanged()
|