Searched refs:ParseUint8TypedArrayToVector (Results 1 – 7 of 7) sorted by relevance
| /base/account/os_account/interfaces/kits/napi/common/include/ |
| D | napi_account_common.h | 78 napi_status ParseUint8TypedArrayToVector(napi_env env, napi_value value, std::vector<uint8_t> &vec);
|
| /base/account/os_account/interfaces/kits/napi/account_iam/src/ |
| D | napi_account_iam_identity_manager.cpp | 238 if (ParseUint8TypedArrayToVector(env, argv[0], context->token) != napi_ok) { in ParseContextForDelUser() 288 if (ParseUint8TypedArrayToVector(env, argv[PARAM_ONE], context->token) != napi_ok) { in ParseContextForDelCred()
|
| D | napi_account_iam_common.cpp | 201 return ParseUint8TypedArrayToVector(env, result, addCredInfo.token); in ParseAddCredInfo() 337 ParseUint8TypedArrayToVector(env, napiSetInfo, setInfo); in ParseSetPropRequest() 786 if (ParseUint8TypedArrayToVector(env, argv[PARAM_ONE], data) != napi_ok) { in OnSetData()
|
| D | napi_account_iam_user_auth.cpp | 221 if (ParseUint8TypedArrayToVector(env, argv[index++], context.challenge) != napi_ok) { in ParseContextForAuth()
|
| /base/account/os_account/interfaces/kits/napi/domain_account/src/ |
| D | napi_domain_auth_callback.cpp | 72 if (ParseUint8TypedArrayToVector(env, napiToken, authResult.token) != napi_ok) { in ParseDoaminAuthResult()
|
| D | napi_domain_account_manager.cpp | 239 if (ParseUint8TypedArrayToVector(env, argv[PARAM_ONE], asyncContext->token) != napi_ok) { in ParseParamForUpdateAccountToken() 444 …if ((error.code == 0) && (ParseUint8TypedArrayToVector(env, businessData, accessToken) != napi_ok)… in GetAccessTokenCallback() 1022 if (ParseUint8TypedArrayToVector(env, argv[index++], authContext.authData) != napi_ok) { in ParseContextForAuth()
|
| /base/account/os_account/interfaces/kits/napi/common/src/ |
| D | napi_account_common.cpp | 295 napi_status ParseUint8TypedArrayToVector(napi_env env, napi_value value, std::vector<uint8_t> &vec) in ParseUint8TypedArrayToVector() function
|