Home
last modified time | relevance | path

Searched refs:thisValue (Results 1 - 3 of 3) sorted by relevance

/base/security/access_token/frameworks/js/napi/privacy/src/
H A Dpermission_record_manager_napi.cpp128 napi_value thisValue = nullptr; in ReturnCallbackResult() local
130 NAPI_CALL_RETURN_VOID(env, napi_get_undefined(env, &thisValue)); in ReturnCallbackResult()
134 napi_call_function(env, thisValue, callback, ASYNC_CALL_BACK_VALUES_NUM, results, &thatValue)); in ReturnCallbackResult()
/base/security/access_token/frameworks/js/napi/accesstoken/src/
H A Dnapi_request_permission.cpp73 napi_value thisValue = nullptr; in ReturnCallbackResult() local
75 NAPI_CALL_RETURN_VOID(env, napi_get_undefined(env, &thisValue)); in ReturnCallbackResult()
79 napi_call_function(env, thisValue, callback, ASYNC_CALL_BACK_VALUES_NUM, results, &thatValue)); in ReturnCallbackResult()
H A Dnapi_atmanager.cpp59 napi_value thisValue = nullptr; in ReturnCallbackResult() local
61 NAPI_CALL_RETURN_VOID(env, napi_get_undefined(env, &thisValue)); in ReturnCallbackResult()
65 napi_call_function(env, thisValue, callback, ASYNC_CALL_BACK_VALUES_NUM, results, &thatValue)); in ReturnCallbackResult()

Completed in 7 milliseconds