Home
last modified time | relevance | path

Searched refs:thatValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/
H A Dnapi_request_permission.cpp74 napi_value thatValue = nullptr; in ReturnCallbackResult() local
76 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, 0, &thatValue)); in ReturnCallbackResult()
79 … napi_call_function(env, thisValue, callback, ASYNC_CALL_BACK_VALUES_NUM, results, &thatValue)); in ReturnCallbackResult()
H A Dnapi_atmanager.cpp60 napi_value thatValue = nullptr; in ReturnCallbackResult() local
62 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, 0, &thatValue)); in ReturnCallbackResult()
65 … napi_call_function(env, thisValue, callback, ASYNC_CALL_BACK_VALUES_NUM, results, &thatValue)); in ReturnCallbackResult()
/ohos5.0/base/security/access_token/interfaces/kits/napi/privacy/src/
H A Dpermission_record_manager_napi.cpp129 napi_value thatValue = nullptr; in ReturnCallbackResult() local
131 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, 0, &thatValue)); in ReturnCallbackResult()
134 … napi_call_function(env, thisValue, callback, ASYNC_CALL_BACK_VALUES_NUM, results, &thatValue)); in ReturnCallbackResult()