Searched refs:thatValue (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/ |
H A D | napi_request_permission.cpp | 74 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 D | napi_atmanager.cpp | 60 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 D | permission_record_manager_napi.cpp | 129 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()
|