Searched defs:error_code (Results 1 – 8 of 8) sorted by relevance
36 int32_t error_code = get_json_int(obj, FIELD_ERROR_CODE); in parse_inform_message() local
1336 int32_t error_code = check_lt_public_key_exist(key_alias); in check_key_alias_is_owner() local1414 int32_t error_code = ERROR_CODE_SUCCESS; in get_lt_public_key_list() local1584 int32_t error_code = ERROR_CODE_FAILED; in verify() local1638 int32_t error_code = ERROR_CODE_FAILED; in verify_with_public_key() local1726 int32_t error_code = ERROR_CODE_FAILED; in compute_sts_shared_secret() local
1174 int32_t error_code = check_lt_public_key_exist(key_alias); in check_key_alias_is_owner() local1252 int32_t error_code = ERROR_CODE_SUCCESS; in get_lt_public_key_list() local1408 int32_t error_code = ERROR_CODE_FAILED; in verify_with_public_key() local1484 int32_t error_code = ERROR_CODE_FAILED; in compute_sts_shared_secret() local
1245 int32_t error_code = check_lt_public_key_exist(key_alias); in check_key_alias_is_owner() local1323 int32_t error_code = ERROR_CODE_SUCCESS; in get_lt_public_key_list() local1478 int32_t error_code = ERROR_CODE_FAILED; in verify_with_public_key() local1554 int32_t error_code = ERROR_CODE_FAILED; in compute_sts_shared_secret() local
478 uint16_t snd_msg_code, int32_t error_code, int32_t errorCodeRecv) in set_result()517 static void encap_inform_message(int32_t error_code, struct message *send) in encap_inform_message()
223 uint16_t error_code; member
159 void ArkWebHandlerImpl::OnPageLoadError(int error_code, const ArkWebString& description, const ArkW… in OnPageLoadError()
173 void ArkWebHandlerWrapper::OnPageLoadError(int error_code, const std::string& description, const st… in OnPageLoadError()