Searched refs:ParseUint8TypedArrayToVector (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/include/ |
H A D | napi_account_common.h | 88 napi_status ParseUint8TypedArrayToVector(napi_env env, napi_value value, std::vector<uint8_t> &vec);
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/ |
H A D | napi_domain_auth_callback.cpp | 72 if (ParseUint8TypedArrayToVector(env, napiToken, authResult.token) != napi_ok) { in ParseDoaminAuthResult()
|
H A D | napi_domain_account_manager.cpp | 218 if (ParseUint8TypedArrayToVector(env, argv[PARAM_ONE], asyncContext->token) != napi_ok) { in ParseParamForUpdateAccountToken() 466 …if ((error.code == 0) && (ParseUint8TypedArrayToVector(env, businessData, accessToken) != napi_ok)… in GetAccessTokenCallback() 1058 if (ParseUint8TypedArrayToVector(env, argv[index++], authContext.authData) != napi_ok) { in ParseContextForAuth()
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
H A D | napi_account_iam_identity_manager.cpp | 279 if (ParseUint8TypedArrayToVector(env, argv[0], context->token) != napi_ok) { in ParseContextForDelUser() 330 if (ParseUint8TypedArrayToVector(env, argv[PARAM_ONE], context->token) != napi_ok) { in ParseContextForDelCred()
|
H A D | napi_account_iam_common.cpp | 211 if (ParseUint8TypedArrayToVector(env, result, context.addCredInfo.token) != napi_ok) { in ParseAddCredInfo() 371 ParseUint8TypedArrayToVector(env, napiSetInfo, setInfo); in ParseSetPropRequest() 966 if (ParseUint8TypedArrayToVector(env, argv[PARAM_ONE], data) != napi_ok) { in OnSetData()
|
H A D | napi_account_iam_user_auth.cpp | 399 if (ParseUint8TypedArrayToVector(env, argv[index++], context.challenge) != napi_ok) { in ParseContextForAuth()
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/ |
H A D | napi_account_common.cpp | 389 napi_status ParseUint8TypedArrayToVector(napi_env env, napi_value value, std::vector<uint8_t> &vec) in ParseUint8TypedArrayToVector() function
|