Lines Matching refs:authParams
911 static int32_t AuthDevice(int32_t osAccountId, int64_t authReqId, const char *authParams,
919 if ((authParams == NULL) || (osAccountId == INVALID_OS_ACCOUNT) || (gaCallback == NULL)) {
931 CJson *context = CreateJsonFromString(authParams);
947 DEV_AUTH_REPORT_UE_CALL_EVENT_BY_PARAMS(osAccountId, authParams, appId, AUTH_DEV_EVENT);
1277 int64_t authReqId, const char *authParams, const DeviceAuthCallback *callback)
1282 if (authParams == NULL || HcStrlen(authParams) > MAX_DATA_BUFFER_SIZE) {
1286 CJson *json = CreateJsonFromString(authParams);
1320 int64_t authReqId, const char *authParams, const DeviceAuthCallback *callback)
1326 if ((authParams == NULL) || (callback == NULL) || HcStrlen(authParams) > MAX_DATA_BUFFER_SIZE) {
1330 CJson *context = CreateJsonFromString(authParams);
1370 DEVICE_AUTH_API_PUBLIC int32_t CancelAuthRequest(int64_t requestId, const char *authParams)
1374 if (authParams == NULL || HcStrlen(authParams) > MAX_DATA_BUFFER_SIZE) {
1375 LOGE("Invalid authParams!");